Searched refs:useIdx (Results 1 – 2 of 2) sorted by relevance
445 SlotIndex useIdx = LIS->getInstructionIndex(*MI); in isPlainlyKilled() local446 LiveInterval::const_iterator I = LI.find(useIdx); in isPlainlyKilled()448 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
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()