LLVM 22.0.0git
llvm::NoOpLoopAnalysis Class Reference

No-op loop analysis. More...

#include "llvm/Passes/PassBuilder.h"

Inheritance diagram for llvm::NoOpLoopAnalysis:
[legend]

Classes

struct  Result

Public Member Functions

Result run (Loop &, LoopAnalysisManager &, LoopStandardAnalysisResults &)
Public Member Functions inherited from llvm::PassInfoMixin< NoOpLoopAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::AnalysisInfoMixin< NoOpLoopAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
Static Public Member Functions inherited from llvm::PassInfoMixin< NoOpLoopAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

No-op loop analysis.

Definition at line 981 of file PassBuilder.h.

Member Function Documentation

◆ run()

Result llvm::NoOpLoopAnalysis::run ( Loop & ,
LoopAnalysisManager & ,
LoopStandardAnalysisResults &  )
inline

Definition at line 987 of file PassBuilder.h.


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