LLVM 22.0.0git
llvm::NoOpLoopPass Struct Reference

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

#include "llvm/Passes/PassBuilder.h"

Inheritance diagram for llvm::NoOpLoopPass:
[legend]

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

No-op loop pass which does nothing.

Definition at line 966 of file PassBuilder.h.

Member Function Documentation

◆ run()

PreservedAnalyses llvm::NoOpLoopPass::run ( Loop & L,
LoopAnalysisManager & ,
LoopStandardAnalysisResults & ,
LPMUpdater &  )
inline

Definition at line 967 of file PassBuilder.h.

References llvm::PreservedAnalyses::all().


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