Home
last modified time | relevance | path

Searched refs:LoopVersioningLICMLegacyPass (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp116 struct LoopVersioningLICMLegacyPass : public LoopPass { struct
119 LoopVersioningLICMLegacyPass() : LoopPass(ID) { in LoopVersioningLICMLegacyPass() argument
577 bool LoopVersioningLICMLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
642 char LoopVersioningLICMLegacyPass::ID = 0;
644 INITIALIZE_PASS_BEGIN(LoopVersioningLICMLegacyPass, "loop-versioning-licm",
655 INITIALIZE_PASS_END(LoopVersioningLICMLegacyPass, "loop-versioning-licm", in INITIALIZE_PASS_DEPENDENCY()
659 return new LoopVersioningLICMLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()