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