|
LLVM
4.0.0
|
Analysis pass that exposes the RegionInfo for a function.
More...
#include <RegionInfo.h>
Public Types | |
| typedef RegionInfo | Result |
Public Member Functions | |
| RegionInfo | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< RegionInfoAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< RegionInfoAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Analysis pass that exposes the RegionInfo for a function.
Definition at line 934 of file RegionInfo.h.
Definition at line 939 of file RegionInfo.h.
| RegionInfo RegionInfoAnalysis::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 186 of file RegionInfo.cpp.
References F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::RegionInfo::recalculate().
1.8.6