Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveBundles

270     BitVector LiveBundles;
277 LiveBundles.clear();
284 for (int i = LiveBundles.find_first(); i >= 0;
285 i = LiveBundles.find_next(i))
1105 SpillPlacer->prepare(Cand.LiveBundles);
1117 if (!Cand.LiveBundles.any()) {
1123 for (int i = Cand.LiveBundles.find_first(); i>=0;
1124 i = Cand.LiveBundles.find_next(i))
1150 /// pattern in LiveBundles. This cost should be added to the local cost of the
1155 const BitVector &LiveBundles = Cand.LiveBundles;
1160 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)];
1161 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, 1)];
1174 bool RegIn = LiveBundles[Bundles->getBundle(Number, 0)];
1175 bool RegOut = LiveBundles[Bundles->getBundle(Number, 1)];
1394 unsigned Count = GlobalCand[i].LiveBundles.count();
1409 SpillPlacer->prepare(Cand.LiveBundles);
1432 if (!Cand.LiveBundles.any()) {
1441 for (int i = Cand.LiveBundles.find_first(); i>=0;
1442 i = Cand.LiveBundles.find_next(i))