Searched refs:hasDef (Results 1 – 6 of 6) sorted by relevance
108 bool hasDef = false; in trivialSpillEverywhere() local114 hasDef |= mi->getOperand(i).isDef(); in trivialSpillEverywhere()130 assert(hasUse || hasDef); in trivialSpillEverywhere()143 if (hasDef) { in trivialSpillEverywhere()
142 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()149 for (unsigned i = 0, e = (opers.hasDef() ? NArgs+1 : NArgs); i != e; ++i) in recordPatchPoint()
126 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef() function357 if (!SVI->second.hasDef()) in propagateSiblingValue()376 assert(SV.hasDef() && "Propagating undefined value"); in propagateSiblingValue()394 if (!DepSV.hasDef()) { in propagateSiblingValue()
1404 bool hasDef = false; in verifyLiveRangeValue() local1417 hasDef = true; in verifyLiveRangeValue()1422 if (!hasDef) { in verifyLiveRangeValue()
49 bool hasDef() const { return HasDef; } in hasDef() function
6860 bool hasDef = !CI.getType()->isVoidTy(); in visitPatchpoint() local6881 if (hasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()6953 if (isAnyRegCC && hasDef) { in visitPatchpoint()6972 if (hasDef) { in visitPatchpoint()6983 if (isAnyRegCC && hasDef) { in visitPatchpoint()