Lines Matching full:shadowv
134 When .kind is Orig, .shadowV and .shadowB may give the identities
135 of the temps currently holding the associated definedness (shadowV)
140 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
150 IRTemp shadowV;
229 ent.shadowV = IRTemp_INVALID;
246 if (ent->shadowV == IRTemp_INVALID) {
253 tl_assert(ent->shadowV == IRTemp_INVALID);
254 ent->shadowV = tmpV;
256 return ent->shadowV;
283 ent->shadowV = tmpV;
4696 ent.shadowV = IRTemp_INVALID;