Searched refs:hasDef (Results 1 – 4 of 4) sorted by relevance
284 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()352 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()359 for (unsigned i = 0, e = (opers.hasDef() ? NArgs+1 : NArgs); i != e; ++i) in recordPatchPoint()
127 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef() function360 if (!SVI->second.hasDef()) in propagateSiblingValue()379 assert(SV.hasDef() && "Propagating undefined value"); in propagateSiblingValue()397 if (!DepSV.hasDef()) { in propagateSiblingValue()
1427 bool hasDef = false; in verifyLiveRangeValue() local1443 hasDef = true; in verifyLiveRangeValue()1448 if (!hasDef) { in verifyLiveRangeValue()
53 bool hasDef() const { return HasDef; } in hasDef() function