Searched refs:shortest_remaining_path (Results 1 – 1 of 1) sorted by relevance
281 int shortest_remaining_path in get_estimated_cost() local284 gcc_assert (shortest_remaining_path >= 0); in get_estimated_cost()288 gcc_assert (shortest_remaining_path < INT_MAX); in get_estimated_cost()290 return length_so_far + shortest_remaining_path; in get_estimated_cost()