Home | History | Annotate | Download | only in priv

Lines Matching full:sts2

2351    IRStmt** sts2;
2354 sts2 = LibVEX_Alloc(bb2->stmts_used * sizeof(IRStmt*));
2356 sts2[i] = deepCopyIRStmt(bb->stmts[i]);
2357 bb2->stmts = sts2;