Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp3003 class SimpleLoopUnswitchLegacyPass : public LoopPass { class
3009 explicit SimpleLoopUnswitchLegacyPass(bool NonTrivial = false) in SimpleLoopUnswitchLegacyPass() function in __anon15b2fb571c11::SimpleLoopUnswitchLegacyPass
3030 bool SimpleLoopUnswitchLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
3084 char SimpleLoopUnswitchLegacyPass::ID = 0;
3085 INITIALIZE_PASS_BEGIN(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch",
3093 INITIALIZE_PASS_END(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch", in INITIALIZE_PASS_DEPENDENCY()
3097 return new SimpleLoopUnswitchLegacyPass(NonTrivial); in INITIALIZE_PASS_DEPENDENCY()