Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c204 bb->loop_depth = 0; in ir_build_cfg()
994 bb->loop_depth = 1; in ir_find_loops()
1027 uint32_t loop_depth = loop->loop_depth; in ir_find_loops() local
1030 loop_depth++; in ir_find_loops()
1032 bb->loop_depth = loop_depth; in ir_find_loops()
1322 loop_depth = bb->loop_depth; in ir_schedule_blocks_bottom_up()
1374 } else if (successor1_bb->loop_depth >= loop_depth in ir_schedule_blocks_bottom_up()
1375 && successor2_bb->loop_depth < loop_depth) { in ir_schedule_blocks_bottom_up()
1378 } else if (successor1_bb->loop_depth < loop_depth in ir_schedule_blocks_bottom_up()
1379 && successor2_bb->loop_depth >= loop_depth) { in ir_schedule_blocks_bottom_up()
[all …]
H A Dir_save.c130 if (bb->loop_depth != 0) { in ir_save()
133 fprintf(f, ", loop=HDR,BB%d(%d)", bb->loop_header, bb->loop_depth); in ir_save()
135 IR_ASSERT(bb->loop_depth == 1); in ir_save()
136 fprintf(f, ", loop=HDR(%d)", bb->loop_depth); in ir_save()
140 fprintf(f, ", loop=BB%d(%d)", bb->loop_header, bb->loop_depth); in ir_save()
H A Dir_dump.c269 if (bb->loop_depth != 0) { in ir_dump_cfg_block()
270 fprintf(f, "\tloop_depth=%d\n", bb->loop_depth); in ir_dump_cfg_block()
522 if (bb->loop_depth != 0) { in ir_dump_codegen()
525 fprintf(f, ", loop=HDR,BB%d(%d)", bb->loop_header, bb->loop_depth); in ir_dump_codegen()
527 IR_ASSERT(bb->loop_depth == 1); in ir_dump_codegen()
528 fprintf(f, ", loop=HDR(%d)", bb->loop_depth); in ir_dump_codegen()
532 fprintf(f, ", loop=BB%d(%d)", bb->loop_header, bb->loop_depth); in ir_dump_codegen()
H A Dir_gcm.c80 uint32_t loop_depth = bb->loop_depth; in ir_gcm_select_best_block() local
83 if (!loop_depth) { in ir_gcm_select_best_block()
113 if (bb->loop_depth < loop_depth) { in ir_gcm_select_best_block()
114 if (!bb->loop_depth) { in ir_gcm_select_best_block()
123 loop_depth = bb->loop_depth; in ir_gcm_select_best_block()
H A Dir_ra.c1697 uint32_t loop_depth; member
1705 if (d1->loop_depth > d2->loop_depth) { in ir_block_cmp()
1707 } else if (d1->loop_depth == d2->loop_depth) { in ir_block_cmp()
1888 list[count].loop_depth = ctx->cfg_blocks[pred_b].loop_depth; in ir_coalesce()
2384 if (max_bb->loop_depth > 0) { in ir_find_optimal_split_position()
2400 } while (max_bb->loop_depth > 0); in ir_find_optimal_split_position()
3410 if (bb->loop_depth) { in ir_ival_spill_for_fuse_load()
3427 if (bb->loop_depth && bb != ir_block_from_live_pos(ctx, ival->use_pos->pos)) { in ir_ival_spill_for_fuse_load()
H A Dir_private.h1108 uint32_t loop_depth; member

Completed in 41 milliseconds