Searched refs:SimpleLoopUnswitchLegacyPass (Results 1 – 1 of 1) sorted by relevance
3260 class SimpleLoopUnswitchLegacyPass : public LoopPass { class3266 explicit SimpleLoopUnswitchLegacyPass(bool NonTrivial = false) in SimpleLoopUnswitchLegacyPass() function in __anon88f320231f11::SimpleLoopUnswitchLegacyPass3285 bool SimpleLoopUnswitchLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()3343 char SimpleLoopUnswitchLegacyPass::ID = 0;3344 INITIALIZE_PASS_BEGIN(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch",3352 INITIALIZE_PASS_END(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch", in INITIALIZE_PASS_DEPENDENCY()3356 return new SimpleLoopUnswitchLegacyPass(NonTrivial); in INITIALIZE_PASS_DEPENDENCY()