Lines Matching refs:Kills
448 std::optional<std::pair<SlotIndex, SmallVector<unsigned>>> &Kills,
964 std::optional<std::pair<SlotIndex, SmallVector<unsigned>>> &Kills, in extendDef() argument
980 Kills = {Stop, {LII.first}}; in extendDef()
981 } else if (Segment->end == Stop && Kills) { in extendDef()
984 Kills->second.push_back(LII.first); in extendDef()
994 Kills = std::nullopt; in extendDef()
1005 Kills = std::nullopt; in extendDef()
1137 std::optional<std::pair<SlotIndex, SmallVector<unsigned>>> Kills; in computeIntervals() local
1138 extendDef(Idx, DbgValue, LIs, Kills, LIS); in computeIntervals()
1140 if (Kills) { in computeIntervals()
1143 for (unsigned LocNo : Kills->second) { in computeIntervals()
1162 addDefsFromCopies(DbgValue, KilledLocIntervals, Kills->first, Defs, in computeIntervals()