Searched refs:scdf_mark_edge_feasible (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/Zend/Optimizer/ |
H A D | scdf.c | 54 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_mark_edge_feasible() function 132 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in scdf_solve() 158 scdf_mark_edge_feasible(scdf, i, block->successors[0]); in scdf_solve() 170 scdf_mark_edge_feasible(scdf, i, block->successors[0]); in scdf_solve()
|
H A D | scdf.h | 97 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to);
|
H A D | sccp.c | 1789 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1790 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1803 scdf_mark_edge_feasible(scdf, block_num, block->successors[s]); in sccp_mark_feasible_successors() 1818 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1819 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1830 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1831 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1849 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1880 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors() 1886 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors() [all …]
|
Completed in 13 milliseconds