Searched refs:scdf_mark_edge_feasible (Results 1 – 3 of 3) sorted by relevance
/php-src/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 | 1839 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1840 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1853 scdf_mark_edge_feasible(scdf, block_num, block->successors[s]); in sccp_mark_feasible_successors() 1868 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1869 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1880 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1881 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1899 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1930 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors() 1936 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors() [all …]
|
Completed in 18 milliseconds