Searched refs:RewriteLoopBodyWithConditionConstant (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 255 void RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, 1047 RewriteLoopBodyWithConditionConstant(L, Cond, Val, false); in UnswitchTrivialCondition() 1393 RewriteLoopBodyWithConditionConstant(L, LIC, Val, false); in UnswitchNontrivialCondition() 1400 RewriteLoopBodyWithConditionConstant(NewLoop, LICHandle, Val, true); in UnswitchNontrivialCondition() 1443 void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, in RewriteLoopBodyWithConditionConstant() function in LoopUnswitch
|