Searched refs:executable_blocks (Results 1 – 2 of 2) sorted by relevance
65 if (!zend_bitset_in(scdf->executable_blocks, to)) { in scdf_mark_edge_feasible()96 scdf->executable_blocks = scdf->block_worklist + scdf->block_worklist_len; in scdf_init()97 scdf->feasible_edges = scdf->executable_blocks + scdf->block_worklist_len; in scdf_init()100 zend_bitset_incl(scdf->executable_blocks, 0); in scdf_init()114 if (zend_bitset_in(scdf->executable_blocks, phi->block)) { in scdf_solve()121 if (zend_bitset_in(scdf->executable_blocks, block_num)) { in scdf_solve()146 zend_bitset_incl(scdf->executable_blocks, i); in scdf_solve()205 return zend_bitset_in(scdf->executable_blocks, def_block); in is_live_loop_var_free()265 if (!zend_bitset_in(scdf->executable_blocks, i) && (block->flags & ZEND_BB_REACHABLE)) { in scdf_remove_unreachable_blocks()
31 zend_bitset executable_blocks; member
Completed in 5 milliseconds