Lines Matching full:stmts2
2462 IRStmt** stmts2 = LibVEX_Alloc(2 * bb->stmts_size * sizeof(IRStmt*));2464 stmts2[i] = bb->stmts[i];2465 bb->stmts = stmts2;