Home
last modified time | relevance | path

Searched refs:RewriteLoopBodyWithConditionConstant (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp255 void RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC,
1043 RewriteLoopBodyWithConditionConstant(L, Cond, Val, false); in UnswitchTrivialCondition()
1384 RewriteLoopBodyWithConditionConstant(L, LIC, Val, false); in UnswitchNontrivialCondition()
1391 RewriteLoopBodyWithConditionConstant(NewLoop, LICHandle, Val, true); in UnswitchNontrivialCondition()
1431 void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, in RewriteLoopBodyWithConditionConstant() function in LoopUnswitch