Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_check.c76 uint32_t b1_depth = blocks[b1].dom_depth; in ir_check_domination() local
82 while (bb2->dom_depth > b1_depth) { in ir_check_domination()
H A Dir_gcm.c480 uint32_t b1_depth = ctx->cfg_blocks[b1].dom_depth; in ir_gcm_dominates() local
483 while (bb2->dom_depth > b1_depth) { in ir_gcm_dominates()
H A Dir_cfg.c867 uint32_t b1_depth = blocks[b1].dom_depth; in ir_dominates() local
870 while (bb2->dom_depth > b1_depth) { in ir_dominates()

Completed in 17 milliseconds