Home | History | Annotate | Download | only in priv

Lines Matching full:stmts2

2615       IRStmt** stmts2 = LibVEX_Alloc(2 * bb->stmts_size * sizeof(IRStmt*));
2617 stmts2[i] = bb->stmts[i];
2618 bb->stmts = stmts2;