LLVM
15.0.0git
|
This analysis provides dependence information for the memory accesses of a loop. More...
#include "llvm/Analysis/LoopAccessAnalysis.h"
Public Types | |
typedef LoopAccessInfo | Result |
Public Member Functions | |
Result | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. More... | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
This analysis provides dependence information for the memory accesses of a loop.
It runs the analysis for a loop on demand. This can be initiated by querying the loop access info via AM.getResult<LoopAccessAnalysis>. getResult return a LoopAccessInfo object. See this class for the specifics of what information is provided.
Definition at line 812 of file LoopAccessAnalysis.h.
Definition at line 818 of file LoopAccessAnalysis.h.
LoopAccessInfo LoopAccessAnalysis::run | ( | Loop & | L, |
LoopAnalysisManager & | AM, | ||
LoopStandardAnalysisResults & | AR | ||
) |
Definition at line 2528 of file LoopAccessAnalysis.cpp.