Lines Matching refs:LiveBundles
818 SpillPlacer->prepare(Cand.LiveBundles); in calcCompactRegion()
834 if (!Cand.LiveBundles.any()) { in calcCompactRegion()
840 for (int I : Cand.LiveBundles.set_bits()) in calcCompactRegion()
871 const BitVector &LiveBundles = Cand.LiveBundles; in calcGlobalSplitCost() local
876 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, false)]; in calcGlobalSplitCost()
877 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, true)]; in calcGlobalSplitCost()
891 bool RegIn = LiveBundles[Bundles->getBundle(Number, false)]; in calcGlobalSplitCost()
892 bool RegOut = LiveBundles[Bundles->getBundle(Number, true)]; in calcGlobalSplitCost()
1107 unsigned Count = GlobalCand[CandIndex].LiveBundles.count(); in calculateRegionSplitCostAroundReg()
1124 SpillPlacer->prepare(Cand.LiveBundles); in calculateRegionSplitCostAroundReg()
1150 if (!Cand.LiveBundles.any()) { in calculateRegionSplitCostAroundReg()
1158 for (int I : Cand.LiveBundles.set_bits()) in calculateRegionSplitCostAroundReg()