LLVM 22.0.0git
llvm::LNICMPass Class Reference

Performs LoopNest Invariant Code Motion Pass. More...

#include "llvm/Transforms/Scalar/LICM.h"

Inheritance diagram for llvm::LNICMPass:
[legend]

Public Member Functions

 LNICMPass (unsigned MssaOptCap, unsigned MssaNoAccForPromotionCap, bool AllowSpeculation)
 LNICMPass (LICMOptions Opts)
PreservedAnalyses run (LoopNest &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U)
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
Public Member Functions inherited from llvm::PassInfoMixin< LNICMPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Performs LoopNest Invariant Code Motion Pass.

Definition at line 84 of file LICM.h.

Constructor & Destructor Documentation

◆ LNICMPass() [1/2]

llvm::LNICMPass::LNICMPass ( unsigned MssaOptCap,
unsigned MssaNoAccForPromotionCap,
bool AllowSpeculation )
inline

Definition at line 88 of file LICM.h.

References LNICMPass().

Referenced by LNICMPass().

◆ LNICMPass() [2/2]

llvm::LNICMPass::LNICMPass ( LICMOptions Opts)
inline

Definition at line 92 of file LICM.h.

Member Function Documentation

◆ printPipeline()

void LNICMPass::printPipeline ( raw_ostream & OS,
function_ref< StringRef(StringRef)> MapClassName2PassName )

Definition at line 363 of file LICM.cpp.

References printPipeline().

Referenced by printPipeline().

◆ run()


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