Searched refs:longest_simple_path (Results 1 – 2 of 2) sorted by relevance
185 int longest_simple_path (ddg_ptr, int from, int to, sbitmap via);
679 length = longest_simple_path (g, src->cuid, dest->cuid, scc->nodes); in set_recurrence_length()1017 longest_simple_path (struct ddg * g, int src, int dest, sbitmap nodes) in longest_simple_path() function