Searched refs:current_path_node (Results 1 – 1 of 1) sorted by relevance
515 int current_path_node = get_best_pred(to); in FindAlternatePathForDebugging() local516 while (current_path_node != from) { in FindAlternatePathForDebugging()517 path.push_back(current_path_node); in FindAlternatePathForDebugging()518 current_path_node = get_best_pred(current_path_node); in FindAlternatePathForDebugging()