Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2475 class SimpleLoopUnswitchLegacyPass : public LoopPass { class
2481 explicit SimpleLoopUnswitchLegacyPass(bool NonTrivial = false) in SimpleLoopUnswitchLegacyPass() function in __anonae0d25a61911::SimpleLoopUnswitchLegacyPass
2498 bool SimpleLoopUnswitchLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
2543 char SimpleLoopUnswitchLegacyPass::ID = 0;
2544 INITIALIZE_PASS_BEGIN(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch",
2551 INITIALIZE_PASS_END(SimpleLoopUnswitchLegacyPass, "simple-loop-unswitch", in INITIALIZE_PASS_DEPENDENCY()
2555 return new SimpleLoopUnswitchLegacyPass(NonTrivial); in INITIALIZE_PASS_DEPENDENCY()