Searched refs:HighCost (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 472 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/ |
D | IndVarSimplify.cpp | 516 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()
|