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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp129 // after RewriteLoopBodyWithConditionConstant rewrites first loop.
204 void RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC,
736 RewriteLoopBodyWithConditionConstant(L, Cond, Val, false);
895 RewriteLoopBodyWithConditionConstant(L, LIC, Val, false);
902 RewriteLoopBodyWithConditionConstant(NewLoop, LICHandle, Val, true);
1063 // RewriteLoopBodyWithConditionConstant - We know either that the value LIC has
1066 void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, function in class:LoopUnswitch

Completed in 210 milliseconds