Searched defs:isDeadDef (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h113 bool isDeadDef() const { function in class:llvm::LiveQueryResult
120 return isDeadDef() ? nullptr : LateVal;
/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp180 bool isDeadDef(unsigned DstReg);
258 bool SSACCmpConv::isDeadDef(unsigned DstReg) { function in class:SSACCmpConv
340 if (isDeadDef(I->getOperand(0).getReg()))

Completed in 78 milliseconds