Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveBundles

192     BitVector LiveBundles;
199 LiveBundles.clear();
206 for (int i = LiveBundles.find_first(); i >= 0;
207 i = LiveBundles.find_next(i))
861 SpillPlacer->prepare(Cand.LiveBundles);
873 if (!Cand.LiveBundles.any()) {
879 for (int i = Cand.LiveBundles.find_first(); i>=0;
880 i = Cand.LiveBundles.find_next(i))
906 /// pattern in LiveBundles. This cost should be added to the local cost of the
911 const BitVector &LiveBundles = Cand.LiveBundles;
916 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)];
917 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, 1)];
930 bool RegIn = LiveBundles[Bundles->getBundle(Number, 0)];
931 bool RegOut = LiveBundles[Bundles->getBundle(Number, 1)];
1129 unsigned Count = GlobalCand[i].LiveBundles.count();
1144 SpillPlacer->prepare(Cand.LiveBundles);
1166 if (!Cand.LiveBundles.any()) {
1174 for (int i = Cand.LiveBundles.find_first(); i>=0;
1175 i = Cand.LiveBundles.find_next(i))