Searched refs:start_of_T (Results 1 – 1 of 1) sorted by relevance
48 zend_op **start_of_T; /* opline where T is first used */ in optimize_temporary_variables() local60 start_of_T = (zend_op **) zend_arena_alloc(&ctx->arena, T * sizeof(zend_op *)); in optimize_temporary_variables()70 start_of_T[VAR_NUM(ZEND_RESULT(opline).var) - offset] = opline; in optimize_temporary_variables()188 if (start_of_T[currT] == opline) { in optimize_temporary_variables()198 if (start_of_T[currT] == opline) { in optimize_temporary_variables()
Completed in 5 milliseconds