Searched refs:executable_blocks (Results 1 – 2 of 2) sorted by relevance
66 if (!zend_bitset_in(scdf->executable_blocks, to)) { in scdf_mark_edge_feasible()97 scdf->executable_blocks = scdf->block_worklist + scdf->block_worklist_len; in scdf_init()98 scdf->feasible_edges = scdf->executable_blocks + scdf->block_worklist_len; in scdf_init()101 zend_bitset_incl(scdf->executable_blocks, 0); in scdf_init()115 if (zend_bitset_in(scdf->executable_blocks, phi->block)) { in scdf_solve()122 if (zend_bitset_in(scdf->executable_blocks, block_num)) { in scdf_solve()147 zend_bitset_incl(scdf->executable_blocks, i); in scdf_solve()205 if (zend_bitset_in(scdf->executable_blocks, def_block)) { in kept_alive_by_loop_var_free()222 if (!zend_bitset_in(scdf->executable_blocks, i) in scdf_remove_unreachable_blocks()
31 zend_bitset executable_blocks; member
Completed in 7 milliseconds