Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveInterval.h117 bool isDeadDef() const { in isDeadDef() function
124 return isDeadDef() ? nullptr : LateVal; in valueOut()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp284 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterPressure.cpp589 if (LRQ.isDeadDef()) { in detectDeadDefs()
H A DLiveIntervals.cpp1561 if (LRQ.isDeadDef()) in handleMoveIntoNewBundle()
H A DMachineVerifier.cpp2279 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()