Searched refs:SimpleLoopUnswitchLegacyPass (Results 1 – 1 of 1) sorted by relevance
2860 class SimpleLoopUnswitchLegacyPass : public LoopPass { class2866 explicit SimpleLoopUnswitchLegacyPass(bool NonTrivial = false) in SimpleLoopUnswitchLegacyPass() function in __anon3d9c5e311b11::SimpleLoopUnswitchLegacyPass2887 bool SimpleLoopUnswitchLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()2945 char SimpleLoopUnswitchLegacyPass::ID = 0;2946 INITIALIZE_PASS_BEGIN(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch",2954 INITIALIZE_PASS_END(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch", in INITIALIZE_PASS_DEPENDENCY()2958 return new SimpleLoopUnswitchLegacyPass(NonTrivial); in INITIALIZE_PASS_DEPENDENCY()