Searched refs:ZEND_OPTIMIZER_PASS_10 (Results 1 – 3 of 3) sorted by relevance
1 if (((ZEND_OPTIMIZER_PASS_10|ZEND_OPTIMIZER_PASS_5) & OPTIMIZATION_LEVEL) == ZEND_OPTIMIZER_PASS_10…
37 #define ZEND_OPTIMIZER_PASS_10 (1<<9) /* NOP removal */ macro
198 if (!((ZEND_OPTIMIZER_PASS_5|ZEND_OPTIMIZER_PASS_10) & OPTIMIZATION_LEVEL)) {
Completed in 13 milliseconds