Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp876 Scaled64 SelectCost = Scaled64::getZero(), BranchCost = Scaled64::getZero(); in findProfitableSIGroupsInnerLoops() local
878 SelectCost = std::max(SelectCost, InstCostMap[SI.getI()].PredCost); in findProfitableSIGroupsInnerLoops()
881 if (BranchCost < SelectCost) { in findProfitableSIGroupsInnerLoops()
884 << BranchCost.toString() << ", SelectCost=" << SelectCost.toString() in findProfitableSIGroupsInnerLoops()
894 << ", SelectCost=" << SelectCost.toString() << ". "; in findProfitableSIGroupsInnerLoops()