Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp606 Scaled64 SelectCost = Scaled64::getZero(), BranchCost = Scaled64::getZero(); in findProfitableSIGroupsInnerLoops() local
608 SelectCost = std::max(SelectCost, InstCostMap[SI].PredCost); in findProfitableSIGroupsInnerLoops()
611 if (BranchCost < SelectCost) { in findProfitableSIGroupsInnerLoops()
614 << BranchCost.toString() << ", SelectCost=" << SelectCost.toString() in findProfitableSIGroupsInnerLoops()
623 << ", SelectCost=" << SelectCost.toString() << ". "; in findProfitableSIGroupsInnerLoops()