Searched refs:INV_COND (Results 1 – 3 of 3) sorted by relevance
41 #define INV_COND(op) ((op) == ZEND_JMPZ ? ZEND_JMPNZ : ZEND_JMPZ) macro
229 } else if (target->opcode == INV_COND(opline->opcode) && in zend_optimizer_pass3()
1213 } else if (target->opcode == INV_COND(last_op->opcode) && in zend_jmp_optimization()
Completed in 19 milliseconds