LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::LoopNestAnalysis Class Reference

This analysis provides information for a loop nest. More...

#include "llvm/Analysis/LoopNestAnalysis.h"

Inheritance diagram for llvm::LoopNestAnalysis:
Inheritance graph
[legend]

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 AnalysisKeyID ()
 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.
 

Detailed Description

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.

Member Typedef Documentation

◆ Result

Definition at line 207 of file LoopNestAnalysis.h.

Member Function Documentation

◆ run()

Result llvm::LoopNestAnalysis::run ( Loop L,
LoopAnalysisManager AM,
LoopStandardAnalysisResults AR 
)

The documentation for this class was generated from the following files: