Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Kill

82     // determined, the range from the block start to Kill will be added to LI.
83 SlotIndex Kill;
88 LiveInBlock(LiveInterval *li, MachineDomTreeNode *node, SlotIndex kill)
89 : LI(li), DomNode(node), Kill(kill), Value(0) {}
99 /// Kill, search for values that can reach KillMBB. All blocks that need LI
101 /// its value is returned, if Kill is jointly dominated by multiple values,
105 SlotIndex Kill,
151 /// extend - Extend the live range of LI to reach Kill.
153 /// The existing values in LI must be live so they jointly dominate Kill. If
154 /// Kill is not dominated by a single existing value, PHI-defs are inserted
155 /// as required to preserve SSA form. If Kill is known to be dominated by a
158 SlotIndex Kill,
203 /// @param Kill Index in block where LI is killed. If the value is
204 /// live-through, set Kill = SLotIndex() and also call
208 SlotIndex Kill = SlotIndex()) {
209 LiveIn.push_back(LiveInBlock(LI, DomNode, Kill));
214 /// form. Add liveness to all live-in blocks up to the Kill point, or the