Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c781 ctx->live_intervals[v]->flags |= IR_LIVE_INTERVAL_MEM_LOAD; in ir_compute_live_ranges()
1401 ctx->live_intervals[v]->flags |= IR_LIVE_INTERVAL_MEM_LOAD; in ir_compute_live_ranges()
1631 ctx->live_intervals[r1]->flags &= ~IR_LIVE_INTERVAL_MEM_LOAD; in ir_vregs_join()
3416 } else if (ival->flags & IR_LIVE_INTERVAL_MEM_LOAD) { in ir_ival_spill_for_fuse_load()
3551 if (!(ival->flags & (IR_LIVE_INTERVAL_MEM_PARAM|IR_LIVE_INTERVAL_MEM_LOAD)) in ir_linear_scan()
H A Dir_private.h1201 #define IR_LIVE_INTERVAL_MEM_LOAD (1<<5) macro

Completed in 18 milliseconds