Searched refs:rewriteLoopBodyWithConditionConstant (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp176 // rewriteLoopBodyWithConditionConstant rewrites first loop.
253 void rewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC,
1023 rewriteLoopBodyWithConditionConstant(L, Cond, Val, /*IsEqual=*/false);
1367 rewriteLoopBodyWithConditionConstant(L, LIC, Val, /*IsEqual=*/false);
1374 rewriteLoopBodyWithConditionConstant(NewLoop, LICHandle, Val,
1417 void LoopUnswitch::rewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, function in class:LoopUnswitch

Completed in 46 milliseconds