LLVM 22.0.0git
llvm::LICMPass Class Reference

Performs Loop Invariant Code Motion Pass. More...

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

Inheritance diagram for llvm::LICMPass:
[legend]

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Performs Loop Invariant Code Motion Pass.

Definition at line 66 of file LICM.h.

Constructor & Destructor Documentation

◆ LICMPass() [1/2]

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

Definition at line 70 of file LICM.h.

References LICMPass().

Referenced by LICMPass().

◆ LICMPass() [2/2]

llvm::LICMPass::LICMPass ( LICMOptions Opts)
inline

Definition at line 74 of file LICM.h.

Member Function Documentation

◆ printPipeline()

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

Definition at line 323 of file LICM.cpp.

References printPipeline().

Referenced by printPipeline().

◆ run()


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