Lines Matching defs:sb
481 in PCEnv.sb->tyenv.
510 IRSB* sb;
517 relevant entry in sb->tyenv. It follows that at all times
519 tmpMap and sb->tyenv are identical, being 0 .. N-1 where N is
524 attached to sb so as to make it possible to do
572 both the table in pce->sb and to our auxiliary mapping. Note that
579 IRTemp tmp = newIRTemp(pce->sb->tyenv, ty);
598 addStmtToIRSB(pce->sb, st);
634 /* Set up the running environment. Both .sb and .tmpMap are
636 .sb->tyenv and .tmpMap together, so the valid index-set for
639 pce.sb = deepCopyIRSBExceptStmts(sbIn);
682 sg_instrument_IRStmt( sgenv, pce.sb, sbIn->stmts[i],
689 sg_instrument_final_jump( sgenv, pce.sb, sbIn->next, sbIn->jumpkind,
697 tl_assert( VG_(sizeXA)( pce.qmpMap ) == pce.sb->tyenv->types_used );
700 return pce.sb;