Home | History | Annotate | Download | only in memcheck

Lines Matching refs:sb_out

4658    IRSB*   sb_out;
4678 sb_out = deepCopyIRSBExceptStmts(sb_in);
4685 mce.sb = sb_out;
4731 tl_assert(mce.sb == sb_out);
4773 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v);
4777 tl_assert(typeOfIRTemp(sb_out->tyenv, tmp_b) == Ity_I32);
4798 first_stmt = sb_out->stmts_used;
4892 for (j = first_stmt; j < sb_out->stmts_used; j++) {
4894 ppIRStmt(sb_out->stmts[j]);
4908 first_stmt = sb_out->stmts_used;
4919 for (j = first_stmt; j < sb_out->stmts_used; j++) {
4921 ppIRStmt(sb_out->stmts[j]);
4932 tl_assert(mce.sb == sb_out);
4933 return sb_out;