Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c21 #define IR_IS_TOP(ref) (ref >= 0 && _values[ref].optx == IR_TOP) macro
99 if (IR_IS_TOP(res)) { in ir_sccp_fold()
2271 if (IR_IS_TOP(insn->op2)) { in ir_sccp()
2308 if (IR_IS_TOP(insn->op2)) { in ir_sccp()
2412 } else if (IR_IS_TOP(i)) { in ir_sccp()

Completed in 15 milliseconds