reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
234 KillInst = MI; 247 MachineInstr *getKill() const { return KillInst; } 251 return ++MachineBasicBlock::iterator(KillInst ? KillInst : LastInst); 251 return ++MachineBasicBlock::iterator(KillInst ? KillInst : LastInst); 267 unsigned End = KillInst ? KillInstIdx : LastInstIdx; 268 unsigned OtherEnd = Other.KillInst ? 293 if (KillInst) { 295 KillInst->print(OS, /* SkipOpers= */true);