Searched refs:scdf_mark_edge_feasible (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | scdf.c | 55 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_mark_edge_feasible() function 133 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in scdf_solve() 159 scdf_mark_edge_feasible(scdf, i, block->successors[0]); in scdf_solve() 171 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 | 1899 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1900 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1909 scdf_mark_edge_feasible(scdf, block_num, block->successors[s]); in sccp_mark_feasible_successors() 1925 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1926 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1937 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1938 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1956 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1987 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors() 1993 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors() [all …]
|
Completed in 59 milliseconds