Searched refs:LoopVersioningLICMLegacyPass (Results 1 – 1 of 1) sorted by relevance
116 struct LoopVersioningLICMLegacyPass : public LoopPass { struct119 LoopVersioningLICMLegacyPass() : LoopPass(ID) { in LoopVersioningLICMLegacyPass() function566 bool LoopVersioningLICMLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()614 char LoopVersioningLICMLegacyPass::ID = 0;616 INITIALIZE_PASS_BEGIN(LoopVersioningLICMLegacyPass, "loop-versioning-licm",627 INITIALIZE_PASS_END(LoopVersioningLICMLegacyPass, "loop-versioning-licm", in INITIALIZE_PASS_DEPENDENCY()631 return new LoopVersioningLICMLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()