Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp445 SlotIndex useIdx = LIS->getInstructionIndex(*MI); in isPlainlyKilled() local
446 LiveInterval::const_iterator I = LI.find(useIdx); in isPlainlyKilled()
448 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp416 SlotIndex useIdx = LIS->getInstructionIndex(*MI); in isPlainlyKilled() local
417 LiveInterval::const_iterator I = LI.find(useIdx); in isPlainlyKilled()
419 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()