Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp178 bool isDeadDef(unsigned DstReg);
258 bool SSACCmpConv::isDeadDef(unsigned DstReg) { in isDeadDef() function in SSACCmpConv
340 if (isDeadDef(I->getOperand(0).getReg())) in findConvertibleCompare()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h117 bool isDeadDef() const { in isDeadDef() function
124 return isDeadDef() ? nullptr : LateVal; in valueOut()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp284 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp588 if (LRQ.isDeadDef()) { in detectDeadDefs()
H A DLiveIntervals.cpp1554 if (LRQ.isDeadDef()) in handleMoveIntoNewBundle()
H A DMachineVerifier.cpp2375 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()