Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_check.c203 if (!(ir_op_flags[use_insn->op] & IR_OP_FLAG_BB_END)) { in ir_check()
208 if (ir_op_flags[use_insn->op] & IR_OP_FLAG_BB_END) { in ir_check()
H A Dir_private.h919 #define IR_OP_FLAG_BB_END (1<<13) macro
1067 ((ir_op_flags[op] & IR_OP_FLAG_BB_END) != 0)
H A Dir.c251 #define ir_op_flag_E (IR_OP_FLAG_CONTROL|IR_OP_FLAG_BB_END)
254 #define ir_op_flag_T (IR_OP_FLAG_CONTROL|IR_OP_FLAG_BB_END|IR_OP_FLAG_TERMINATOR)

Completed in 18 milliseconds