MLIR  19.0.0git
Public Member Functions | List of all members
mlir::dataflow::RunLivenessAnalysis Struct Reference

Runs liveness analysis on the IR defined by op. More...

#include "mlir/Analysis/DataFlow/LivenessAnalysis.h"

Public Member Functions

 RunLivenessAnalysis (Operation *op)
 
const LivenessgetLiveness (Value val)
 

Detailed Description

Runs liveness analysis on the IR defined by op.

Definition at line 97 of file LivenessAnalysis.h.

Constructor & Destructor Documentation

◆ RunLivenessAnalysis()

RunLivenessAnalysis::RunLivenessAnalysis ( Operation op)

Definition at line 201 of file LivenessAnalysis.cpp.

Member Function Documentation

◆ getLiveness()

const Liveness * RunLivenessAnalysis::getLiveness ( Value  val)

Definition at line 210 of file LivenessAnalysis.cpp.

References mlir::DataFlowSolver::lookupState().


The documentation for this struct was generated from the following files: