Home
last modified time | relevance | path

Searched refs:useIdx (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp305 SlotIndex useIdx = LIS->getInstructionIndex(*MI); in isPlainlyKilled() local
306 LiveInterval::const_iterator I = LI.find(useIdx); in isPlainlyKilled()
308 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()