Searched refs:SelectCost (Results 1 – 1 of 1) sorted by relevance
606 Scaled64 SelectCost = Scaled64::getZero(), BranchCost = Scaled64::getZero(); in findProfitableSIGroupsInnerLoops() local608 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()