Searched refs:scdf_is_edge_feasible (Results 1 – 2 of 2) sorted by relevance
92 static inline zend_bool scdf_is_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_is_edge_feasible() function
2112 if (scdf_is_edge_feasible(scdf, phi->pi, phi->block)) { in sccp_visit_phi()2118 if (scdf_is_edge_feasible(scdf, predecessors[i], phi->block)) { in sccp_visit_phi()
Completed in 10 milliseconds