Lines Matching refs:find_edge

3115   find_edge (entry_bb, l0_bb)->flags = EDGE_TRUE_VALUE;  in expand_omp_for_generic()
3116 find_edge (entry_bb, l3_bb)->flags = EDGE_FALSE_VALUE; in expand_omp_for_generic()
3122 e = find_edge (cont_bb, l3_bb); in expand_omp_for_generic()
3135 e = find_edge (cont_bb, l1_bb); in expand_omp_for_generic()
3156 find_edge (cont_bb, l2_bb)->probability = e->probability.invert (); in expand_omp_for_generic()
3160 e = find_edge (cont_bb, l2_bb); in expand_omp_for_generic()
3180 edge l2_to_l3 = find_edge (l2_bb, l3_bb); in expand_omp_for_generic()
3184 edge latch_to_l1 = find_edge (latch, l1_bb); in expand_omp_for_generic()
3192 edge l0_to_l1 = find_edge (l0_bb, l1_bb); in expand_omp_for_generic()
3195 edge entry_to_l0 = find_edge (entry_bb, l0_bb); in expand_omp_for_generic()
3198 edge l2_to_l0 = find_edge (l2_bb, l0_bb); in expand_omp_for_generic()
3365 int dest_idx = find_edge (entry_bb, fin_bb)->dest_idx; in expand_omp_for_static_nochunk()
3644 ep = find_edge (entry_bb, second_bb); in expand_omp_for_static_nochunk()
3647 find_edge (third_bb, seq_start_bb)->flags = EDGE_FALSE_VALUE; in expand_omp_for_static_nochunk()
3648 find_edge (third_bb, fin_bb)->flags = EDGE_TRUE_VALUE; in expand_omp_for_static_nochunk()
3652 ep = find_edge (cont_bb, body_bb); in expand_omp_for_static_nochunk()
3670 find_edge (cont_bb, fin_bb)->flags in expand_omp_for_static_nochunk()
3849 int dest_idx = find_edge (iter_part_bb, fin_bb)->dest_idx; in expand_omp_for_static_chunk()
4159 find_edge (iter_part_bb, seq_start_bb)->flags = EDGE_TRUE_VALUE; in expand_omp_for_static_chunk()
4160 find_edge (iter_part_bb, fin_bb)->flags = EDGE_FALSE_VALUE; in expand_omp_for_static_chunk()
4164 se = find_edge (cont_bb, body_bb); in expand_omp_for_static_chunk()
4182 find_edge (cont_bb, trip_update_bb)->flags in expand_omp_for_static_chunk()
4202 se = find_edge (iter_part_bb, fin_bb); in expand_omp_for_static_chunk()
4238 edge ce = find_edge (cont_bb, body_bb); in expand_omp_for_static_chunk()
4248 find_edge (seq_start_bb, body_bb), locus); in expand_omp_for_static_chunk()
5052 ep = find_edge (cont_bb, body_bb); in expand_omp_taskloop_for_inner()
5065 find_edge (cont_bb, fin_bb)->flags in expand_omp_taskloop_for_inner()
7518 remove_edge (find_edge (kfor->cont, body_bb)); in grid_expand_omp_for_loop()