Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp177 bool isDeadDef(unsigned DstReg);
255 bool SSACCmpConv::isDeadDef(unsigned DstReg) { in isDeadDef() function in SSACCmpConv
337 if (isDeadDef(I->getOperand(0).getReg())) in findConvertibleCompare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
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()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h114 bool isDeadDef() const { in isDeadDef() function
121 return isDeadDef() ? nullptr : LateVal; in valueOut()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveInterval.h117 bool isDeadDef() const { in isDeadDef() function
124 return isDeadDef() ? nullptr : LateVal; in valueOut()
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp547 if (LRQ.isDeadDef()) { in detectDeadDefs()
DMachineVerifier.cpp1157 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterPressure.cpp572 if (LRQ.isDeadDef()) { in detectDeadDefs()
DMachineVerifier.cpp1421 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()