Home | History | Annotate | Download | only in memcheck

Lines Matching full:shadowv

142    When .kind is Orig, .shadowV and .shadowB may give the identities
143 of the temps currently holding the associated definedness (shadowV)
148 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
158 IRTemp shadowV;
237 ent.shadowV = IRTemp_INVALID;
254 if (ent->shadowV == IRTemp_INVALID) {
261 tl_assert(ent->shadowV == IRTemp_INVALID);
262 ent->shadowV = tmpV;
264 return ent->shadowV;
291 ent->shadowV = tmpV;
4915 ent.shadowV = IRTemp_INVALID;