|
LLVM
4.0.0
|
Analysis pass that exposes the IVUsers for a loop.
More...
#include <IVUsers.h>
Public Types | |
| typedef IVUsers | Result |
Public Member Functions | |
| IVUsers | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< IVUsersAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< IVUsersAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
| typedef IVUsers llvm::IVUsersAnalysis::Result |
| IVUsers IVUsersAnalysis::run | ( | Loop & | L, |
| LoopAnalysisManager & | AM, | ||
| LoopStandardAnalysisResults & | AR | ||
| ) |
Definition at line 39 of file IVUsers.cpp.
References llvm::LoopStandardAnalysisResults::AC, llvm::LoopStandardAnalysisResults::DT, llvm::LoopStandardAnalysisResults::LI, and llvm::LoopStandardAnalysisResults::SE.
1.8.6