Lines Matching refs:cand_path_num
2143 for (unsigned cand_path_num = 0; cand_path_num < paths.length (); ) in adjust_paths_after_duplication() local
2145 if (cand_path_num == curr_path_num) in adjust_paths_after_duplication()
2147 ++cand_path_num; in adjust_paths_after_duplication()
2152 vec<jump_thread_edge *> *cand_path = paths[cand_path_num]; in adjust_paths_after_duplication()
2156 ++cand_path_num; in adjust_paths_after_duplication()
2162 debug_path (dump_file, cand_path_num); in adjust_paths_after_duplication()
2180 if (!rewire_first_differing_edge (cand_path_num, j)) in adjust_paths_after_duplication()
2192 if (!rewire_first_differing_edge (cand_path_num, j)) in adjust_paths_after_duplication()
2207 paths.unordered_remove (cand_path_num); in adjust_paths_after_duplication()
2216 debug_path (dump_file, cand_path_num); in adjust_paths_after_duplication()
2218 ++cand_path_num; in adjust_paths_after_duplication()