Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp443 SlotIndex useIdx = LIS->getInstructionIndex(*MI); in isPlainlyKilled() local
444 LiveInterval::const_iterator I = LI.find(useIdx); in isPlainlyKilled()
446 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()