Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h116 bool isDeadDef() const { in isDeadDef() function
123 return isDeadDef() ? nullptr : LateVal; in valueOut()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp587 if (LRQ.isDeadDef()) { in detectDeadDefs()
DMachineVerifier.cpp1916 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()