Searched refs:LoopUnswitch (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 67 class LoopUnswitch : public LoopPass { class 93 explicit LoopUnswitch(bool Os = false) : in LoopUnswitch() function in __anon73635aad0111::LoopUnswitch 163 char LoopUnswitch::ID = 0; 164 INITIALIZE_PASS_BEGIN(LoopUnswitch, "loop-unswitch", "Unswitch loops", 169 INITIALIZE_PASS_END(LoopUnswitch, "loop-unswitch", "Unswitch loops", in INITIALIZE_PASS_DEPENDENCY() 173 return new LoopUnswitch(Os); in INITIALIZE_PASS_DEPENDENCY() 208 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() 231 bool LoopUnswitch::processCurrentLoop() { in processCurrentLoop() 350 bool LoopUnswitch::IsTrivialUnswitchCondition(Value *Cond, Constant **Val, in IsTrivialUnswitchCondition() 412 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val) { in UnswitchIfProfitable() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 166 class LoopUnswitch : public LoopPass { class 204 explicit LoopUnswitch(bool Os = false) : in LoopUnswitch() function in __anon4dae7b810111::LoopUnswitch 378 char LoopUnswitch::ID = 0; 379 INITIALIZE_PASS_BEGIN(LoopUnswitch, "loop-unswitch", "Unswitch loops", 384 INITIALIZE_PASS_END(LoopUnswitch, "loop-unswitch", "Unswitch loops", in INITIALIZE_PASS_DEPENDENCY() 388 return new LoopUnswitch(Os); in INITIALIZE_PASS_DEPENDENCY() 444 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() 487 bool LoopUnswitch::processCurrentLoop() { in processCurrentLoop() 710 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val, in UnswitchIfProfitable() 783 void LoopUnswitch::EmitPreheaderBranchOnCondition(Value *LIC, Constant *Val, in EmitPreheaderBranchOnCondition() [all …]
|
D | CMakeLists.txt | 32 LoopUnswitch.cpp
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | trivial-unswitch.ll | 4 ; LoopUnswitch pass should be able to unswitch the second one
|
D | 2011-11-18-TwoSwitches-Threshold.ll | 8 ; ModuleID = '../llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll'
|
/external/swiftshader/third_party/LLVM/ |
D | CREDITS.TXT | 19 D: LCSSA pass and related LoopUnswitch work
|
/external/llvm/ |
D | CREDITS.TXT | 19 D: LCSSA pass and related LoopUnswitch work
|
/external/swiftshader/third_party/llvm-subzero/ |
D | CREDITS.TXT | 18 D: LCSSA pass and related LoopUnswitch work
|
/external/llvm/docs/ |
D | Passes.rst | 709 ``LoopUnswitch``\ ing, simpler.
|