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