Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_dump.c407 if (use_pos->flags & IR_PHI_USE) { in ir_dump_live_ranges()
H A Dir_private.h1169 #define IR_PHI_USE (1<<7) macro
H A Dir_ra.c381 use_pos->flags = IR_PHI_USE | IR_USE_SHOULD_BE_IN_REG; // TODO: ??? in ir_add_phi_use()
3994 if (ctx->ir_base[ref].op != IR_SNAPSHOT && !(use_pos->flags & IR_PHI_USE)) { in assign_regs()
4018 } else if (use_pos->flags & IR_PHI_USE) { in assign_regs()

Completed in 20 milliseconds