Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp177 bool isDeadDef(unsigned DstReg);
257 bool SSACCmpConv::isDeadDef(unsigned DstReg) { in isDeadDef() function in SSACCmpConv
339 if (isDeadDef(I->getOperand(0).getReg())) in findConvertibleCompare()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h117 bool isDeadDef() const { in isDeadDef() function
124 return isDeadDef() ? nullptr : LateVal; in valueOut()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp249 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp586 if (LRQ.isDeadDef()) { in detectDeadDefs()
H A DLiveIntervals.cpp1571 if (LRQ.isDeadDef()) in handleMoveIntoNewBundle()
H A DMachineVerifier.cpp2776 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()