Searched refs:ends_of_furthest_d_paths_overlap (Results 1 – 3 of 3) sorted by relevance
32 ends_of_furthest_d_paths_overlap(const point& forward_d_path_end, in ends_of_furthest_d_paths_overlap() function
713 ends_of_furthest_d_paths_overlap(const point& forward_d_path_end,1204 if (ends_of_furthest_d_paths_overlap(s.end(), reverse_end)) in compute_middle_snake()1239 if (ends_of_furthest_d_paths_overlap(forward_end, s.end())) in compute_middle_snake()
33284 (ends_of_furthest_d_paths_overlap): Constify input parameters.33321 * src/abg-diff-utils.cc (ends_of_furthest_d_paths_overlap): Update