Searched refs:useIdx (Results 1 – 2 of 2) sorted by relevance
416 SlotIndex useIdx = LIS->getInstructionIndex(*MI); in isPlainlyKilled() local417 LiveInterval::const_iterator I = LI.find(useIdx); in isPlainlyKilled()419 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
443 SlotIndex useIdx = LIS->getInstructionIndex(*MI); in isPlainlyKilled() local444 LiveInterval::const_iterator I = LI.find(useIdx); in isPlainlyKilled()446 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()