Searched refs:sts2 (Results 1 – 1 of 1) sorted by relevance
2452 IRStmt** sts2; in deepCopyIRSB() local2455 sts2 = LibVEX_Alloc_inline(bb2->stmts_used * sizeof(IRStmt*)); in deepCopyIRSB()2457 sts2[i] = deepCopyIRStmt(bb->stmts[i]); in deepCopyIRSB()2458 bb2->stmts = sts2; in deepCopyIRSB()