Home
last modified time | relevance | path

Searched refs:HighCost (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp516 bool HighCost; member
519 : PN(P), Ith(I), Val(V), HighCost(H) {} in RewritePhi()
652 bool HighCost = Rewriter.isHighCostExpansion(ExitValue, L, Inst); in rewriteLoopExitValues() local
666 RewritePhiSet.emplace_back(PN, i, ExitVal, HighCost); in rewriteLoopExitValues()
680 if (ReplaceExitValue == OnlyCheapRepl && !LoopCanBeDel && Phi.HighCost) { in rewriteLoopExitValues()