Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_check.c202 if (flags & IR_OP_FLAG_BB_START) { in ir_check()
H A Dir_private.h918 #define IR_OP_FLAG_BB_START (1<<12) macro
1061 ((ir_op_flags[op] & IR_OP_FLAG_BB_START) != 0)
H A Dir_sccp.c2232 } else if (flags & IR_OP_FLAG_BB_START) { in ir_sccp()
2545 } else if (ir_op_flags[insn->op] & IR_OP_FLAG_BB_START) { in ir_sccp()
H A Dir.c244 #define ir_op_flag_S (IR_OP_FLAG_CONTROL|IR_OP_FLAG_BB_START)

Completed in 29 milliseconds