Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c248 *q = pred_b; in ir_build_cfg()
485 *q = pred_b; in ir_remove_unreachable_blocks()
555 bb->idom = pred_b;
564 uint32_t pred_b = *p;
569 idom = pred_b;
573 pred_b = *(++p);
684 uint32_t pred_b = *(++p); in ir_build_dominators_tree() local
686 if (pred_b < b) { in ir_build_dominators_tree()
688 while (idom != pred_b) { in ir_build_dominators_tree()
690 pred_b = blocks[pred_b].idom; in ir_build_dominators_tree()
[all …]
H A Dir_ra.c1858 uint32_t b, n, succ, pred_b, count = 0; in ir_coalesce() local
1884 pred_b = ctx->cfg_edges[bb->predecessors + k]; in ir_coalesce()
1885 if (!ir_bitset_in(visited, pred_b)) { in ir_coalesce()
1886 ir_bitset_incl(visited, pred_b); in ir_coalesce()
1887 list[count].b = pred_b; in ir_coalesce()
1888 list[count].loop_depth = ctx->cfg_blocks[pred_b].loop_depth; in ir_coalesce()

Completed in 21 milliseconds