Searched refs:SimpleLoopUnswitchLegacyPass (Results 1 – 1 of 1) sorted by relevance
3184 class SimpleLoopUnswitchLegacyPass : public LoopPass { class3190 explicit SimpleLoopUnswitchLegacyPass(bool NonTrivial = false) in SimpleLoopUnswitchLegacyPass() function in __anon58604ebc1e11::SimpleLoopUnswitchLegacyPass3209 bool SimpleLoopUnswitchLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()3268 char SimpleLoopUnswitchLegacyPass::ID = 0;3269 INITIALIZE_PASS_BEGIN(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch",3277 INITIALIZE_PASS_END(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch", in INITIALIZE_PASS_DEPENDENCY()3281 return new SimpleLoopUnswitchLegacyPass(NonTrivial); in INITIALIZE_PASS_DEPENDENCY()