Lines Matching defs:Kills
187 /// End points where VNI is no longer live are added to Kills.
192 /// @param Kills Append end points of VNI's live range to Kills.
197 SmallVectorImpl<SlotIndex> *Kills,
205 /// @param Kills Points where the range of LocNo could be extended.
208 const SmallVectorImpl<SlotIndex> &Kills,
449 SmallVectorImpl<SlotIndex> *Kills,
465 if (Kills)
466 Kills->push_back(Start);
487 else if (!ToEnd && Kills)
488 Kills->push_back(Stop);
507 const SmallVectorImpl<SlotIndex> &Kills,
510 if (Kills.empty())
555 for (unsigned i = 0, e = Kills.size(); i != e; ++i) {
556 SlotIndex Idx = Kills[i];
599 SmallVector<SlotIndex, 16> Kills;
600 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT);
601 addDefsFromCopies(LI, LocNo, Kills, Defs, MRI, LIS);