MLIR 22.0.0git
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()

Member Function Documentation

◆ getLiveness()

const Liveness * RunLivenessAnalysis::getLiveness ( Value val)

Definition at line 358 of file LivenessAnalysis.cpp.

Referenced by RunLivenessAnalysis().


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