LLVM: llvm::LoopAccessAnalysis Class Reference (original) (raw)
This analysis provides dependence information for the memory accesses of a loop. More...
#include "[llvm/Analysis/LoopAccessAnalysis.h](LoopAccessAnalysis%5F8h%5Fsource.html)"
Inheritance diagram for llvm::LoopAccessAnalysis:
| Additional Inherited Members | |
|---|---|
| Static Public Member Functions inherited from llvm::AnalysisInfoMixin< LoopAccessAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< LoopAccessAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. |
Detailed Description
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. getResult return a LoopAccessInfo object. See this class for the specifics of what information is provided.
Definition at line 988 of file LoopAccessAnalysis.h.
Member Typedef Documentation
◆ Result
Member Function Documentation
◆ run()
The documentation for this class was generated from the following files:
- include/llvm/Analysis/LoopAccessAnalysis.h
- lib/Analysis/LoopAccessAnalysis.cpp