Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp978 Scaled64 SelectCost = Scaled64::getZero(), BranchCost = Scaled64::getZero(); in findProfitableSIGroupsInnerLoops() local
981 SelectCost = std::max(SelectCost, ICM.PredCost); in findProfitableSIGroupsInnerLoops()
984 if (BranchCost < SelectCost) { in findProfitableSIGroupsInnerLoops()
988 << BranchCost.toString() << ", SelectCost=" << SelectCost.toString() in findProfitableSIGroupsInnerLoops()
998 << ", SelectCost=" << SelectCost.toString() << ". "; in findProfitableSIGroupsInnerLoops()