Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp581 Scaled64 SelectCost = Scaled64::getZero(), BranchCost = Scaled64::getZero(); in findProfitableSIGroupsInnerLoops() local
583 SelectCost = std::max(SelectCost, InstCostMap[SI].PredCost); in findProfitableSIGroupsInnerLoops()
586 if (BranchCost < SelectCost) { in findProfitableSIGroupsInnerLoops()
589 << BranchCost.toString() << ", SelectCost=" << SelectCost.toString() in findProfitableSIGroupsInnerLoops()
598 << ", SelectCost=" << SelectCost.toString() << ". "; in findProfitableSIGroupsInnerLoops()