Searched refs:sb_out (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c1234 IRSB* sb_out; local
1243 sb_out = deepCopyIRSBExceptStmts(sb_in);
1256 addStmtToIRSB( sb_out, st );
1267 sb_out);
1286 sb_out);
1289 return sb_out;
/external/valgrind/memcheck/
H A Dmc_translate.c6258 IRSB* sb_out; local
6277 sb_out = deepCopyIRSBExceptStmts(sb_in);
6284 mce.sb = sb_out;
6345 tl_assert(mce.sb == sb_out);
6387 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v);
6391 tl_assert(typeOfIRTemp(sb_out->tyenv, tmp_b) == Ity_I32);
6412 first_stmt = sb_out->stmts_used;
6510 for (j = first_stmt; j < sb_out->stmts_used; j++) {
6512 ppIRStmt(sb_out->stmts[j]);
6526 first_stmt = sb_out
[all...]

Completed in 83 milliseconds