Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching refs:kind

483    When .kind is NonShad, .shadow may give the identity of the temp
488 When .kind is Shad tmp holds a shadow value, and so .shadow must be
498 TempKind kind;
514 current kind and possibly shadow temps for each temp in the
571 /* Create a new IRTemp of type 'ty' and kind 'kind', and add it to
575 static IRTemp newTemp ( PCEnv* pce, IRType ty, TempKind kind )
580 ent.kind = kind;
650 ent.kind = NonShad;