Home | History | Annotate | Download | only in memcheck

Lines Matching refs:sb_out

4877    IRSB*   sb_out;
4897 sb_out = deepCopyIRSBExceptStmts(sb_in);
4904 mce.sb = sb_out;
4950 tl_assert(mce.sb == sb_out);
4992 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v);
4996 tl_assert(typeOfIRTemp(sb_out->tyenv, tmp_b) == Ity_I32);
5017 first_stmt = sb_out->stmts_used;
5111 for (j = first_stmt; j < sb_out->stmts_used; j++) {
5113 ppIRStmt(sb_out->stmts[j]);
5127 first_stmt = sb_out->stmts_used;
5138 for (j = first_stmt; j < sb_out->stmts_used; j++) {
5140 ppIRStmt(sb_out->stmts[j]);
5151 tl_assert(mce.sb == sb_out);
5152 return sb_out;