Searched refs:sb_out (Results 1 – 2 of 2) sorted by relevance
1244 IRSB* sb_out; in VG_() local1253 sb_out = deepCopyIRSBExceptStmts(sb_in); in VG_()1266 addStmtToIRSB( sb_out, st ); in VG_()1277 sb_out); in VG_()1296 sb_out); in VG_()1299 return sb_out; in VG_()
6262 IRSB* sb_out; in MC_() local6281 sb_out = deepCopyIRSBExceptStmts(sb_in); in MC_()6288 mce.sb = sb_out; in MC_()6352 tl_assert(mce.sb == sb_out); in MC_()6394 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v); in MC_()6398 tl_assert(typeOfIRTemp(sb_out->tyenv, tmp_b) == Ity_I32); in MC_()6419 first_stmt = sb_out->stmts_used; in MC_()6517 for (j = first_stmt; j < sb_out->stmts_used; j++) { in MC_()6519 ppIRStmt(sb_out->stmts[j]); in MC_()6533 first_stmt = sb_out->stmts_used; in MC_()[all …]