Searched refs:longest_simple_path (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dddg.h187 int longest_simple_path (ddg_ptr, int from, int to, sbitmap via);
H A Dddg.c682 length = longest_simple_path (g, src->cuid, dest->cuid, scc->nodes);
1021 longest_simple_path (struct ddg * g, int src, int dest, sbitmap nodes)
1017 longest_simple_path (struct ddg * g, int src, int dest, sbitmap nodes) function

Completed in 61 milliseconds