LLVM 22.0.0git
llvm::NoOpLoopNestPass Struct Reference

No-op loop nest pass which does nothing. More...

#include "llvm/Passes/PassBuilder.h"

Inheritance diagram for llvm::NoOpLoopNestPass:
[legend]

Public Member Functions

PreservedAnalyses run (LoopNest &L, LoopAnalysisManager &, LoopStandardAnalysisResults &, LPMUpdater &)
Public Member Functions inherited from llvm::PassInfoMixin< NoOpLoopNestPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::PassInfoMixin< NoOpLoopNestPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

No-op loop nest pass which does nothing.

Definition at line 961 of file PassBuilder.h.

Member Function Documentation

◆ run()

PreservedAnalyses llvm::NoOpLoopNestPass::run ( LoopNest & L,
LoopAnalysisManager & ,
LoopStandardAnalysisResults & ,
LPMUpdater &  )
inline

Definition at line 962 of file PassBuilder.h.

References llvm::PreservedAnalyses::all().


The documentation for this struct was generated from the following file: