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