Searched refs:rewriteLoopBodyWithConditionConstant (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnswitch.cpp | 268 void rewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, 1141 rewriteLoopBodyWithConditionConstant(L, Cond, Val, /*IsEqual=*/false); in unswitchTrivialCondition() 1484 rewriteLoopBodyWithConditionConstant(L, LIC, Val, /*IsEqual=*/false); in unswitchNontrivialCondition() 1491 rewriteLoopBodyWithConditionConstant(NewLoop, LICHandle, Val, in unswitchNontrivialCondition() 1498 rewriteLoopBodyWithConditionConstant(NewLoop, VMap[LIC], Val, in unswitchNontrivialCondition() 1501 rewriteLoopBodyWithConditionConstant(L, LIC, Val, /*IsEqual=*/true); in unswitchNontrivialCondition() 1552 void LoopUnswitch::rewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, in rewriteLoopBodyWithConditionConstant() function in LoopUnswitch
|