Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1413 bool HighCost; // Is this expansion a high-cost? member
1418 HighCost(H) {} in RewritePhi()
1616 bool HighCost = Rewriter.isHighCostExpansion( in rewriteLoopExitValues() local
1629 RewritePhiSet.emplace_back(PN, i, ExitValue, InsertPt, HighCost); in rewriteLoopExitValues()
1650 !LoopCanBeDel && Phi.HighCost) in rewriteLoopExitValues()