Home
last modified time | relevance | path

Searched refs:sts2 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dir_defs.c2452 IRStmt** sts2; in deepCopyIRSB() local
2455 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()