Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c941 IR_ALWAYS_INLINE uint32_t ir_live_out_top(ir_ctx *ctx, uint32_t *live_outs, ir_list *live_lists, ui… in ir_live_out_top() function
1011 if (ir_live_out_top(ctx, live_outs, live_lists, pred_block) != v) { in ir_compute_live_sets()
1032 if (def_block != use_block && ir_live_out_top(ctx, live_outs, live_lists, use_block) != v) { in ir_compute_live_sets()
1046 if (def_block != use_block && ir_live_out_top(ctx, live_outs, live_lists, use_block) != v) { in ir_compute_live_sets()
1076 if (ir_live_out_top(ctx, live_outs, live_lists, pred_block) != v) { in ir_compute_live_sets()

Completed in 11 milliseconds