Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1226 bool HighCost; // Is this expansion a high-cost? member
1234 HighCost(H) {} in RewritePhi()
1387 bool HighCost = Rewriter.isHighCostExpansion( in rewriteLoopExitValues() local
1397 RewritePhiSet.emplace_back(PN, i, ExitValue, Inst, HighCost); in rewriteLoopExitValues()
1449 if (ReplaceExitValue == OnlyCheapRepl && !LoopCanBeDel && Phi.HighCost) { in rewriteLoopExitValues()