Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h38 #define INV_COND(op) ((op) == ZEND_JMPZ ? ZEND_JMPNZ : ZEND_JMPZ) macro
H A Dpass3.c222 } else if (op_array->opcodes[target].opcode == INV_COND(opline->opcode) &&
H A Dblock_pass.c1517 } else if (target->opcode == INV_COND(last_op->opcode) && in zend_jmp_optimization()

Completed in 11 milliseconds