Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c1051 if ((bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) == IR_BB_EMPTY) { in _ir_skip_empty_blocks()
1186 is_empty = (bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) == IR_BB_EMPTY; in ir_dump_cfg_freq_graph()
1303 if ((bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) == IR_BB_EMPTY) { in ir_schedule_blocks_bottom_up()
1409 && (successor1_bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) != IR_BB_EMPTY) { in ir_schedule_blocks_bottom_up()
1441 && (successor2_bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) != IR_BB_EMPTY) { in ir_schedule_blocks_bottom_up()
1575 if (bb->flags & IR_BB_EMPTY) { in ir_schedule_blocks_bottom_up()
1582 } while ((bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) == IR_BB_EMPTY); in ir_schedule_blocks_bottom_up()
1689 if ((bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) == IR_BB_EMPTY) { in ir_schedule_blocks_top_down()
1718 if (!(successor_bb->flags & IR_BB_EMPTY)) { in ir_schedule_blocks_top_down()
1857 while (ret && ((ctx->cfg_blocks[ret].flags & (IR_BB_START|IR_BB_EMPTY)) == IR_BB_EMPTY)) { in ir_next_block()
[all …]
H A Dir_dump.c511 if ((bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) == IR_BB_EMPTY) { in ir_dump_codegen()
H A Dir_emit.c998 bb->flags |= IR_BB_EMPTY; in ir_match()
1000 bb->flags |= IR_BB_EMPTY; in ir_match()
H A Dir_ra.c464 bb->flags &= ~IR_BB_EMPTY; in ir_add_osr_entry_loads()
1120 bb->flags &= ~IR_BB_EMPTY; in ir_add_osr_entry_loads()
1686 ctx->cfg_blocks[b].flags &= ~IR_BB_EMPTY; in ir_add_phi_move()
2086 ctx->cfg_blocks[pred].flags &= ~IR_BB_EMPTY; in ir_compute_dessa_moves()
H A Dir_private.h1075 #define IR_BB_EMPTY (1<<6) macro
H A Dir_aarch64.dasc4572 bb->flags |= IR_BB_EMPTY;
5804 while (b && ((ctx->cfg_blocks[b].flags & (IR_BB_START|IR_BB_EMPTY)) == IR_BB_EMPTY)) {
5886 if ((bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) == IR_BB_EMPTY) {
H A Dir_x86.dasc8409 bb->flags |= IR_BB_EMPTY;
10222 while (b && ((ctx->cfg_blocks[b].flags & (IR_BB_START|IR_BB_EMPTY)) == IR_BB_EMPTY)) {
10317 if ((bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) == IR_BB_EMPTY) {

Completed in 61 milliseconds