Searched refs:sb_out (Results 1 – 2 of 2) sorted by relevance
1284 IRSB* sb_out; in VG_() local1293 sb_out = deepCopyIRSBExceptStmts(sb_in); in VG_()1306 addStmtToIRSB( sb_out, st ); in VG_()1317 sb_out); in VG_()1336 sb_out); in VG_()1339 return sb_out; in VG_()
6357 IRSB* sb_out; in MC_() local6376 sb_out = deepCopyIRSBExceptStmts(sb_in); in MC_()6383 mce.sb = sb_out; in MC_()6447 tl_assert(mce.sb == sb_out); in MC_()6489 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v); in MC_()6493 tl_assert(typeOfIRTemp(sb_out->tyenv, tmp_b) == Ity_I32); in MC_()6514 first_stmt = sb_out->stmts_used; in MC_()6612 for (j = first_stmt; j < sb_out->stmts_used; j++) { in MC_()6614 ppIRStmt(sb_out->stmts[j]); in MC_()6628 first_stmt = sb_out->stmts_used; in MC_()[all …]