Lines Matching defs:LiveBundles
818 SpillPlacer->prepare(Cand.LiveBundles);
834 if (!Cand.LiveBundles.any()) {
840 for (int I : Cand.LiveBundles.set_bits())
865 /// pattern in LiveBundles. This cost should be added to the local cost of the
871 const BitVector &LiveBundles = Cand.LiveBundles;
876 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, false)];
877 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, true)];
891 bool RegIn = LiveBundles[Bundles->getBundle(Number, false)];
892 bool RegOut = LiveBundles[Bundles->getBundle(Number, true)];
1107 unsigned Count = GlobalCand[CandIndex].LiveBundles.count();
1124 SpillPlacer->prepare(Cand.LiveBundles);
1150 if (!Cand.LiveBundles.any()) {
1158 for (int I : Cand.LiveBundles.set_bits())