Searched refs:sts2 (Results 1 – 1 of 1) sorted by relevance
1946 IRStmt** sts2; in deepCopyIRSB() local1949 sts2 = LibVEX_Alloc(bb2->stmts_used * sizeof(IRStmt*)); in deepCopyIRSB()1951 sts2[i] = deepCopyIRStmt(bb->stmts[i]); in deepCopyIRSB()1952 bb2->stmts = sts2; in deepCopyIRSB()