Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_cfg.c269 block->next_child = -1; in initialize_block()
708 blocks[j].next_child = blocks[blocks[j].idom].children; in zend_cfg_compute_dominators_tree()
712 while (blocks[k].next_child >=0 && j > blocks[k].next_child) { in zend_cfg_compute_dominators_tree()
713 k = blocks[k].next_child; in zend_cfg_compute_dominators_tree()
715 blocks[j].next_child = blocks[k].next_child; in zend_cfg_compute_dominators_tree()
716 blocks[k].next_child = j; in zend_cfg_compute_dominators_tree()
795 for (j = blocks[i].children; j >= 0; j = blocks[j].next_child) { in zend_cfg_identify_loops()
H A Dzend_cfg.h55 int next_child; /* next dominated block */ member
H A Dzend_dump.c743 j = cfg->blocks[j].next_child; in zend_dump_block_info()
746 j = cfg->blocks[j].next_child; in zend_dump_block_info()
H A Dzend_ssa.c533 if (blocks[n].next_child >= 0) { in zend_ssa_rename()
838 j = blocks[j].next_child; in zend_ssa_rename()

Completed in 14 milliseconds