Searched refs:scdf_mark_edge_feasible (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/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 | 1776 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1777 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1790 scdf_mark_edge_feasible(scdf, block_num, block->successors[s]); in sccp_mark_feasible_successors() 1805 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1806 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1817 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1818 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors() 1836 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors() 1867 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors() 1873 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors() [all …]
|
Completed in 12 milliseconds