MLIR  19.0.0git
Classes | Namespaces
LivenessAnalysis.h File Reference
#include <mlir/Analysis/DataFlow/SparseAnalysis.h>
#include <optional>

Go to the source code of this file.

Classes

struct  mlir::dataflow::Liveness
 This lattice represents, for a given value, whether or not it is "live". More...
 
class  mlir::dataflow::LivenessAnalysis
 An analysis that, by going backwards along the dataflow graph, annotates each value with a boolean storing true iff it is "live". More...
 
struct  mlir::dataflow::RunLivenessAnalysis
 Runs liveness analysis on the IR defined by op. More...
 

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::dataflow