Searched refs:stmts2 (Results 1 – 1 of 1) sorted by relevance
2615 IRStmt** stmts2 = LibVEX_Alloc(2 * bb->stmts_size * sizeof(IRStmt*)); in addStmtToIRSB() local2617 stmts2[i] = bb->stmts[i]; in addStmtToIRSB()2618 bb->stmts = stmts2; in addStmtToIRSB()