Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp252 void RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC,
798 RewriteLoopBodyWithConditionConstant(L, Cond, Val, false); in UnswitchTrivialCondition()
1105 RewriteLoopBodyWithConditionConstant(L, LIC, Val, false); in UnswitchNontrivialCondition()
1112 RewriteLoopBodyWithConditionConstant(NewLoop, LICHandle, Val, true); in UnswitchNontrivialCondition()
1148 void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, in RewriteLoopBodyWithConditionConstant() function in LoopUnswitch