Searched refs:HighCost (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 506 bool HighCost; // High Cost when expansion. member 510 : PN(P), Ith(I), Val(V), HighCost(H), SafePhi(S) {} in RewritePhi() 659 bool HighCost = Rewriter.isHighCostExpansion(ExitValue, L, Inst); in rewriteLoopExitValues() local 673 RewritePhi(PN, i, ExitVal, HighCost, LCSSASafePhiForRAUW)); in rewriteLoopExitValues() 687 if (ReplaceExitValue == OnlyCheapRepl && !LoopCanBeDel && Phi.HighCost) { in rewriteLoopExitValues()
|