Searched refs:RewriteLoopBodyWithConditionConstant (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 146 void RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, 551 RewriteLoopBodyWithConditionConstant(L, Cond, Val, false); in UnswitchTrivialCondition() 705 RewriteLoopBodyWithConditionConstant(L, LIC, Val, false); in UnswitchNontrivialCondition() 712 RewriteLoopBodyWithConditionConstant(NewLoop, LICHandle, Val, true); in UnswitchNontrivialCondition() 876 void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, in RewriteLoopBodyWithConditionConstant() function in LoopUnswitch
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 248 void RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, 855 RewriteLoopBodyWithConditionConstant(L, Cond, Val, false); in UnswitchTrivialCondition() 1161 RewriteLoopBodyWithConditionConstant(L, LIC, Val, false); in UnswitchNontrivialCondition() 1168 RewriteLoopBodyWithConditionConstant(NewLoop, LICHandle, Val, true); in UnswitchNontrivialCondition() 1204 void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, in RewriteLoopBodyWithConditionConstant() function in LoopUnswitch
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 246 void RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, 1017 RewriteLoopBodyWithConditionConstant(L, Cond, Val, false); in UnswitchTrivialCondition() 1342 RewriteLoopBodyWithConditionConstant(L, LIC, Val, false); in UnswitchNontrivialCondition() 1349 RewriteLoopBodyWithConditionConstant(NewLoop, LICHandle, Val, true); in UnswitchNontrivialCondition() 1386 void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, in RewriteLoopBodyWithConditionConstant() function in LoopUnswitch
|