Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp472 bool HighCost; // High Cost when expansion. member
475 : PN(P), Ith(I), Val(V), HighCost(H) {} in RewritePhi()
606 bool HighCost = Rewriter.isHighCostExpansion(ExitValue, L, Inst); in rewriteLoopExitValues() local
619 RewritePhiSet.emplace_back(PN, i, ExitVal, HighCost); in rewriteLoopExitValues()
633 if (ReplaceExitValue == OnlyCheapRepl && !LoopCanBeDel && Phi.HighCost) { in rewriteLoopExitValues()