Home | History | Annotate | Download | only in priv

Lines Matching full:stmts2

2867       IRStmt** stmts2 = LibVEX_Alloc(2 * bb->stmts_size * sizeof(IRStmt*));
2869 stmts2[i] = bb->stmts[i];
2870 bb->stmts = stmts2;