Home
last modified time | relevance | path

Searched refs:comp_res (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-data-ref.c1390 int comp_res; in comp_dr_with_seg_len_pair() local
1394 return comp_res; in comp_dr_with_seg_len_pair()
1397 return comp_res; in comp_dr_with_seg_len_pair()
1398 if ((comp_res = data_ref_compare_tree (DR_STEP (a1.dr), in comp_dr_with_seg_len_pair()
1400 return comp_res; in comp_dr_with_seg_len_pair()
1401 if ((comp_res = data_ref_compare_tree (DR_STEP (a2.dr), in comp_dr_with_seg_len_pair()
1403 return comp_res; in comp_dr_with_seg_len_pair()
1406 return comp_res; in comp_dr_with_seg_len_pair()
1409 return comp_res; in comp_dr_with_seg_len_pair()
1412 return comp_res; in comp_dr_with_seg_len_pair()
[all …]
H A Dtree-loop-distribution.c2413 int comp_res = data_ref_compare_tree (DR_BASE_ADDRESS (dr_a), in compute_alias_check_pairs() local
2416 if (comp_res == 0) in compute_alias_check_pairs()
2417 comp_res = data_ref_compare_tree (DR_OFFSET (dr_a), DR_OFFSET (dr_b)); in compute_alias_check_pairs()
2418 gcc_assert (comp_res != 0); in compute_alias_check_pairs()
2442 if (comp_res > 0) in compute_alias_check_pairs()
H A Dtree-vect-data-refs.c3433 int comp_res; in vect_prune_runtime_alias_test_list() local
3558 comp_res = data_ref_compare_tree (DR_BASE_ADDRESS (dr_a), in vect_prune_runtime_alias_test_list()
3560 if (comp_res == 0) in vect_prune_runtime_alias_test_list()
3561 comp_res = data_ref_compare_tree (DR_OFFSET (dr_a), in vect_prune_runtime_alias_test_list()
3565 if (comp_res == 0 in vect_prune_runtime_alias_test_list()
3606 if (comp_res > 0) in vect_prune_runtime_alias_test_list()