Searched refs:INV_COND_EX (Results 1 – 3 of 3) sorted by relevance
43 #define INV_COND_EX(op) ((op) == ZEND_JMPZ ? ZEND_JMPNZ_EX : ZEND_JMPZ_EX) macro
235 } else if (target->opcode == INV_COND_EX(opline->opcode) && in zend_optimizer_pass3()
1223 } else if (target->opcode == INV_COND_EX(last_op->opcode) && in zend_jmp_optimization()
Completed in 19 milliseconds