Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Kill

88     // determined, the range from the block start to Kill will be added to LI.
89 SlotIndex Kill;
94 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill)
95 : LR(LR), DomNode(node), Kill(kill), Value(nullptr) {}
115 SlotIndex Kill, unsigned PhysReg);
222 /// @param Kill Index in block where LI is killed. If the value is
223 /// live-through, set Kill = SLotIndex() and also call
227 SlotIndex Kill = SlotIndex()) {
228 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
233 /// form. Add liveness to all live-in blocks up to the Kill point, or the