class LICMPass
Declaration
class LICMPass : public PassInfoMixin { /* full declaration omitted */ };
Description
Performs Loop Invariant Code Motion Pass.
Declared at: llvm/include/llvm/Transforms/Scalar/LICM.h:46
Inherits from: PassInfoMixin
Method Overview
- public LICMPass()
- public LICMPass(unsigned int LicmMssaOptCap, unsigned int LicmMssaNoAccForPromotionCap)
- public llvm::PreservedAnalyses run(llvm::Loop & L, llvm::LoopAnalysisManager & AM, llvm::LoopStandardAnalysisResults & AR, llvm::LPMUpdater & U)
Methods
¶LICMPass()
LICMPass()
Declared at: llvm/include/llvm/Transforms/Scalar/LICM.h:51
¶LICMPass(
unsigned int LicmMssaOptCap,
unsigned int LicmMssaNoAccForPromotionCap)
LICMPass(
unsigned int LicmMssaOptCap,
unsigned int LicmMssaNoAccForPromotionCap)
Declared at: llvm/include/llvm/Transforms/Scalar/LICM.h:54
Parameters
- unsigned int LicmMssaOptCap
- unsigned int LicmMssaNoAccForPromotionCap
¶llvm::PreservedAnalyses run(
llvm::Loop& L,
llvm::LoopAnalysisManager& AM,
llvm::LoopStandardAnalysisResults& AR,
llvm::LPMUpdater& U)
llvm::PreservedAnalyses run(
llvm::Loop& L,
llvm::LoopAnalysisManager& AM,
llvm::LoopStandardAnalysisResults& AR,
llvm::LPMUpdater& U)
Declared at: llvm/include/llvm/Transforms/Scalar/LICM.h:57