Home
last modified time | relevance | path

Searched defs:blocks_count (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/Optimizer/
H A Dzend_cfg.c276 int blocks_count = 0; in zend_build_cfg() local
677 int blocks_count = cfg->blocks_count; in zend_cfg_compute_dominators_tree() local
H A Dzend_dfg.c256 int blocks_count = cfg->blocks_count; in zend_build_dfg() local
H A Dzend_cfg.h85 int blocks_count; /* number of basic blocks */ member
H A Dzend_ssa.c245 int j, blocks_count = ssa->cfg.blocks_count; in place_essa_pis() local
940 int blocks_count = ssa->cfg.blocks_count; in zend_build_ssa() local
H A Dzend_dump.c1242 int blocks_count = ssa->cfg.blocks_count; in zend_dump_phi_placement() local
H A Dzend_inference.c4553 int blocks_count = info->ssa.cfg.blocks_count; in zend_func_return_info() local
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c639 uint32_t blocks_count, b; in ir_build_dominators_tree() local
771 uint32_t blocks_count, b; in ir_build_dominators_tree_iterative() local

Completed in 50 milliseconds