|
LLVM
3.7.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, AnalysisManager< Function > *AM) |
Static Public Member Functions | |
| static void * | ID () |
| Opaque, unique identifier for this analysis pass. More... | |
| static StringRef | name () |
| Provide a name for the analysis for debugging and logging. More... | |
Analysis pass that exposes the LoopInfo for a function.
Definition at line 710 of file LoopInfo.h.
| typedef LoopInfo llvm::LoopAnalysis::Result |
Definition at line 714 of file LoopInfo.h.
|
inlinestatic |
Opaque, unique identifier for this analysis pass.
Definition at line 717 of file LoopInfo.h.
|
inlinestatic |
Provide a name for the analysis for debugging and logging.
Definition at line 720 of file LoopInfo.h.
| LoopInfo LoopAnalysis::run | ( | Function & | F, |
| AnalysisManager< Function > * | AM | ||
| ) |
Definition at line 670 of file LoopInfo.cpp.
References llvm::LoopInfoBase< N, M >::Analyze(), and llvm::detail::AnalysisManagerBase< DerivedT, IRUnitT >::getResult().
1.8.6