LLVM 22.0.0git
llvm::LoopNestAnalysis Class Reference

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

#include "llvm/Analysis/LoopNestAnalysis.h"

Inheritance diagram for llvm::LoopNestAnalysis:
[legend]

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

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 203 of file LoopNestAnalysis.h.

Member Typedef Documentation

◆ Result

Definition at line 208 of file LoopNestAnalysis.h.

Member Function Documentation

◆ run()

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

References LLVM_ABI.


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