LLVM 22.0.0git
|
This analysis provides information for a loop nest. More...
#include "llvm/Analysis/LoopNestAnalysis.h"
Public Types | |
using | Result = LoopNest |
Public Member Functions | |
LLVM_ABI Result | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) |
Public Member Functions inherited from llvm::PassInfoMixin< LoopNestAnalysis > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< LoopNestAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< LoopNestAnalysis > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
This analysis provides information for a loop nest.
The analysis runs on demand and can be initiated via AM.getResult<LoopNestAnalysis>.
Definition at line 203 of file LoopNestAnalysis.h.
Definition at line 208 of file LoopNestAnalysis.h.
LLVM_ABI Result llvm::LoopNestAnalysis::run | ( | Loop & | L, |
LoopAnalysisManager & | AM, | ||
LoopStandardAnalysisResults & | AR ) |
References LLVM_ABI.