LLVM 20.0.0git
|
Analysis pass that exposes the RegionInfo
for a function.
More...
#include "llvm/Analysis/RegionInfo.h"
Public Types | |
using | Result = RegionInfo |
Public Member Functions | |
RegionInfo | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< RegionInfoAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Analysis pass that exposes the RegionInfo
for a function.
Definition at line 965 of file RegionInfo.h.
Definition at line 971 of file RegionInfo.h.
RegionInfo RegionInfoAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 189 of file RegionInfo.cpp.
References DF, F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::RegionInfo::recalculate().