Home | History | Annotate | Download | only in priv

Lines Matching full:sts2

2076    IRStmt** sts2;
2079 sts2 = LibVEX_Alloc(bb2->stmts_used * sizeof(IRStmt*));
2081 sts2[i] = deepCopyIRStmt(bb->stmts[i]);
2082 bb2->stmts = sts2;