Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp506 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()