Searched refs:SpillCost (Results 1 – 4 of 4) sorted by relevance
202 PBQP::PBQPNum SpillCost = in apply() local204 if (SpillCost == 0.0) in apply()205 SpillCost = std::numeric_limits<PBQP::PBQPNum>::min(); in apply()207 SpillCost += MinSpillCost; in apply()209 NodeCosts[PBQP::RegAlloc::getSpillOptionIdx()] = SpillCost; in apply()
1797 BlockFrequency SpillCost = calcSpillCost(); in tryRegionSplit() local1809 BestCost = SpillCost; in tryRegionSplit()1823 if (HasCompact && (BestCost > SpillCost) && (BestCand != NoCand) && in tryRegionSplit()
171 PBQP::PBQPNum SpillCost = in apply() local173 if (SpillCost == 0.0) in apply()174 SpillCost = std::numeric_limits<PBQP::PBQPNum>::min(); in apply()176 SpillCost += MinSpillCost; in apply()178 NodeCosts[PBQP::RegAlloc::getSpillOptionIdx()] = SpillCost; in apply()
1890 int SpillCost = getSpillCost(); in getTreeCost() local1891 Cost += SpillCost + ExtractCost; in getTreeCost()1893 DEBUG(dbgs() << "SLP: Spill Cost = " << SpillCost << ".\n" in getTreeCost()