LLVM
8.0.1
|
Analysis pass that exposes the LoopInfo
for a function.
More...
#include "llvm/Analysis/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 945 of file LoopInfo.h.
typedef LoopInfo llvm::LoopAnalysis::Result |
Definition at line 950 of file LoopInfo.h.
LoopInfo LoopAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 672 of file LoopInfo.cpp.
References llvm::LoopInfoBase< BlockT, LoopT >::analyze(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().