Home
last modified time | relevance | path

Searched refs:scdf_mark_edge_feasible (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/Optimizer/
H A Dscdf.c54 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 Dscdf.h97 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to);
H A Dsccp.c1839 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 17 milliseconds