Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp179 bool isDeadDef(unsigned DstReg);
259 bool SSACCmpConv::isDeadDef(unsigned DstReg) { in isDeadDef() function in SSACCmpConv
341 if (isDeadDef(I->getOperand(0).getReg())) in findConvertibleCompare()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h117 bool isDeadDef() const { in isDeadDef() function
124 return isDeadDef() ? nullptr : LateVal; in valueOut()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterPressure.cpp589 if (LRQ.isDeadDef()) { in detectDeadDefs()
H A DLiveIntervals.cpp1556 if (LRQ.isDeadDef()) in handleMoveIntoNewBundle()
H A DMachineVerifier.cpp2141 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()