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