LLVM 20.0.0git
|
This analysis provides information for a loop nest. More...
#include "llvm/Analysis/LoopNestAnalysis.h"
Public Types | |
using | Result = LoopNest |
Public Member Functions | |
Result | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
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< DerivedT > | |
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 202 of file LoopNestAnalysis.h.
Definition at line 207 of file LoopNestAnalysis.h.
Result llvm::LoopNestAnalysis::run | ( | Loop & | L, |
LoopAnalysisManager & | AM, | ||
LoopStandardAnalysisResults & | AR | ||
) |