Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c79 int *map_T; /* Map's the T to its new index */ local
89 map_T = (int *) emalloc(T * sizeof(int));
125 map_T[currT] = i;
128 ZEND_OP1(opline).var = NUM_VAR(map_T[currT]);
146 map_T[currT] = i;
149 ZEND_OP2(opline).var = NUM_VAR(map_T[currT]);
161 map_T[currT] = i;
173 map_T[currT] = i;
189 taken_T[map_T[currT]] = 0;
199 map_T[currT] = i;
[all …]

Completed in 7 milliseconds