LLVM: llvm::LoopNestAnalysis Class Reference (original) (raw)
This analysis provides information for a loop nest. More...
#include "[llvm/Analysis/LoopNestAnalysis.h](LoopNestAnalysis%5F8h%5Fsource.html)"
Inheritance diagram for llvm::LoopNestAnalysis:
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. | |
![]() |
|
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Detailed Description
This analysis provides information for a loop nest.
The analysis runs on demand and can be initiated via AM.getResult.
Definition at line 202 of file LoopNestAnalysis.h.
Member Typedef Documentation
◆ Result
Member Function Documentation
◆ run()
The documentation for this class was generated from the following files:
- include/llvm/Analysis/LoopNestAnalysis.h
- lib/Analysis/LoopNestAnalysis.cpp