Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c3469 ival->flags |= IR_LIVE_INTERVAL_SPILLED | IR_LIVE_INTERVAL_SPILL_SPECIAL; in ir_assign_bound_spill_slots()
3700 ival->flags |= IR_LIVE_INTERVAL_SPILLED; in ir_linear_scan()
3903 if (!(ival->flags & IR_LIVE_INTERVAL_SPILLED)) { in assign_regs()
4022 … if (ctx->live_intervals[ctx->vregs[-use_pos->hint_ref]]->flags & IR_LIVE_INTERVAL_SPILLED) { in assign_regs()
H A Dir_emit.c450 if (!(ctx->live_intervals[ctx->vregs[ref]]->flags & IR_LIVE_INTERVAL_SPILLED)) { in ir_emit_osr_entry_loads()
H A Dir_private.h1204 #define IR_LIVE_INTERVAL_SPILLED (1<<8) macro

Completed in 30 milliseconds