Home
last modified time | relevance | path

Searched refs:lhs_vr (Results 1 – 22 of 22) sorted by relevance

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-vrp.c3708 value_range_t *lhs_vr = get_value_range (lhs); in vrp_visit_phi_node() local
3711 copy_value_range (&vr_result, lhs_vr); in vrp_visit_phi_node()
3768 if (lhs_vr->type == VR_RANGE && vr_result.type == VR_RANGE) in vrp_visit_phi_node()
3772 int cmp_min = compare_values (lhs_vr->min, vr_result.min); in vrp_visit_phi_node()
3773 int cmp_max = compare_values (lhs_vr->max, vr_result.max); in vrp_visit_phi_node()
3806 set_value_range_to_varying (lhs_vr); in vrp_visit_phi_node()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dvr-values.c2758 value_range *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2879 && lhs_vr->type != VR_UNDEFINED in extract_range_from_phi_node()
2884 int cmp_min = compare_values (lhs_vr->min, vr_result->min); in extract_range_from_phi_node()
2887 int cmp_max = compare_values (lhs_vr->max, vr_result->max); in extract_range_from_phi_node()
2893 if ((lhs_vr->type != VR_RANGE || vr_result->type != VR_RANGE in extract_range_from_phi_node()
2907 vr_result->min = lhs_vr->min; in extract_range_from_phi_node()
2919 vr_result->max = lhs_vr->max; in extract_range_from_phi_node()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dvr-values.c2825 const value_range_equiv *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2936 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2941 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2944 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2950 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2966 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2977 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c2758 value_range *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2879 && lhs_vr->type != VR_UNDEFINED in extract_range_from_phi_node()
2884 int cmp_min = compare_values (lhs_vr->min, vr_result->min); in extract_range_from_phi_node()
2887 int cmp_max = compare_values (lhs_vr->max, vr_result->max); in extract_range_from_phi_node()
2893 if ((lhs_vr->type != VR_RANGE || vr_result->type != VR_RANGE in extract_range_from_phi_node()
2907 vr_result->min = lhs_vr->min; in extract_range_from_phi_node()
2919 vr_result->max = lhs_vr->max; in extract_range_from_phi_node()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c2758 value_range *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2879 && lhs_vr->type != VR_UNDEFINED in extract_range_from_phi_node()
2884 int cmp_min = compare_values (lhs_vr->min, vr_result->min); in extract_range_from_phi_node()
2887 int cmp_max = compare_values (lhs_vr->max, vr_result->max); in extract_range_from_phi_node()
2893 if ((lhs_vr->type != VR_RANGE || vr_result->type != VR_RANGE in extract_range_from_phi_node()
2907 vr_result->min = lhs_vr->min; in extract_range_from_phi_node()
2919 vr_result->max = lhs_vr->max; in extract_range_from_phi_node()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dvr-values.c2721 const value_range_equiv *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2832 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2837 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2840 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2846 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2862 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2873 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dvr-values.c2825 const value_range_equiv *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2936 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2941 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2944 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2950 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2966 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2977 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dvr-values.c2789 value_range *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2900 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2905 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2908 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2914 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2930 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2941 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c2758 value_range *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2879 && lhs_vr->type != VR_UNDEFINED in extract_range_from_phi_node()
2884 int cmp_min = compare_values (lhs_vr->min, vr_result->min); in extract_range_from_phi_node()
2887 int cmp_max = compare_values (lhs_vr->max, vr_result->max); in extract_range_from_phi_node()
2893 if ((lhs_vr->type != VR_RANGE || vr_result->type != VR_RANGE in extract_range_from_phi_node()
2907 vr_result->min = lhs_vr->min; in extract_range_from_phi_node()
2919 vr_result->max = lhs_vr->max; in extract_range_from_phi_node()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c2758 value_range *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2879 && lhs_vr->type != VR_UNDEFINED in extract_range_from_phi_node()
2884 int cmp_min = compare_values (lhs_vr->min, vr_result->min); in extract_range_from_phi_node()
2887 int cmp_max = compare_values (lhs_vr->max, vr_result->max); in extract_range_from_phi_node()
2893 if ((lhs_vr->type != VR_RANGE || vr_result->type != VR_RANGE in extract_range_from_phi_node()
2907 vr_result->min = lhs_vr->min; in extract_range_from_phi_node()
2919 vr_result->max = lhs_vr->max; in extract_range_from_phi_node()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dvr-values.c2708 const value_range_equiv *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2819 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2824 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2827 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2833 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2849 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2860 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dvr-values.c2708 const value_range_equiv *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2819 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2824 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2827 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2833 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2849 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2860 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dvr-values.c2753 value_range *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2874 && lhs_vr->type != VR_UNDEFINED in extract_range_from_phi_node()
2879 int cmp_min = compare_values (lhs_vr->min, vr_result->min); in extract_range_from_phi_node()
2882 int cmp_max = compare_values (lhs_vr->max, vr_result->max); in extract_range_from_phi_node()
2888 if ((lhs_vr->type != VR_RANGE || vr_result->type != VR_RANGE in extract_range_from_phi_node()
2902 vr_result->min = lhs_vr->min; in extract_range_from_phi_node()
2914 vr_result->max = lhs_vr->max; in extract_range_from_phi_node()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dvr-values.c2708 const value_range_equiv *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2819 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2824 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2827 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2833 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2849 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2860 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dvr-values.c2825 const value_range_equiv *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2936 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2941 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2944 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2950 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2966 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2977 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dvr-values.c2789 value_range *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2900 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2905 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2908 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2914 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2930 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2941 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dvr-values.c2789 value_range *lhs_vr = get_value_range (lhs); in extract_range_from_phi_node() local
2900 && !lhs_vr->undefined_p () in extract_range_from_phi_node()
2905 int cmp_min = compare_values (lhs_vr->min (), vr_result->min ()); in extract_range_from_phi_node()
2908 int cmp_max = compare_values (lhs_vr->max (), vr_result->max ()); in extract_range_from_phi_node()
2914 if ((lhs_vr->kind () != VR_RANGE || vr_result->kind () != VR_RANGE in extract_range_from_phi_node()
2930 new_min = lhs_vr->min (); in extract_range_from_phi_node()
2941 new_max = lhs_vr->max (); in extract_range_from_phi_node()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vrp.c8751 value_range *lhs_vr = get_value_range (lhs); in vrp_visit_phi_node() local
8864 && lhs_vr->type != VR_UNDEFINED) in vrp_visit_phi_node()
8868 int cmp_min = compare_values (lhs_vr->min, vr_result.min); in vrp_visit_phi_node()
8871 int cmp_max = compare_values (lhs_vr->max, vr_result.max); in vrp_visit_phi_node()
8877 if ((lhs_vr->type != VR_RANGE || vr_result.type != VR_RANGE in vrp_visit_phi_node()
8891 vr_result.min = lhs_vr->min; in vrp_visit_phi_node()
8901 vr_result.max = lhs_vr->max; in vrp_visit_phi_node()
8963 set_value_range_to_varying (lhs_vr); in vrp_visit_phi_node()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vrp.c8751 value_range *lhs_vr = get_value_range (lhs); in vrp_visit_phi_node() local
8864 && lhs_vr->type != VR_UNDEFINED) in vrp_visit_phi_node()
8868 int cmp_min = compare_values (lhs_vr->min, vr_result.min); in vrp_visit_phi_node()
8871 int cmp_max = compare_values (lhs_vr->max, vr_result.max); in vrp_visit_phi_node()
8877 if ((lhs_vr->type != VR_RANGE || vr_result.type != VR_RANGE in vrp_visit_phi_node()
8891 vr_result.min = lhs_vr->min; in vrp_visit_phi_node()
8901 vr_result.max = lhs_vr->max; in vrp_visit_phi_node()
8963 set_value_range_to_varying (lhs_vr); in vrp_visit_phi_node()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vrp.c7996 value_range_t *lhs_vr = get_value_range (lhs); in vrp_visit_phi_node() local
8098 && lhs_vr->type != VR_UNDEFINED) in vrp_visit_phi_node()
8100 int cmp_min = compare_values (lhs_vr->min, vr_result.min); in vrp_visit_phi_node()
8101 int cmp_max = compare_values (lhs_vr->max, vr_result.max); in vrp_visit_phi_node()
8105 if ((lhs_vr->type != VR_RANGE || vr_result.type != VR_RANGE in vrp_visit_phi_node()
8178 set_value_range_to_varying (lhs_vr); in vrp_visit_phi_node()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vrp.c7986 value_range_t *lhs_vr = get_value_range (lhs); in vrp_visit_phi_node() local
8088 && lhs_vr->type != VR_UNDEFINED) in vrp_visit_phi_node()
8090 int cmp_min = compare_values (lhs_vr->min, vr_result.min); in vrp_visit_phi_node()
8091 int cmp_max = compare_values (lhs_vr->max, vr_result.max); in vrp_visit_phi_node()
8095 if ((lhs_vr->type != VR_RANGE || vr_result.type != VR_RANGE in vrp_visit_phi_node()
8168 set_value_range_to_varying (lhs_vr); in vrp_visit_phi_node()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vrp.c8348 value_range_t *lhs_vr = get_value_range (lhs); in vrp_visit_phi_node() local
8447 && lhs_vr->type != VR_UNDEFINED) in vrp_visit_phi_node()
8449 int cmp_min = compare_values (lhs_vr->min, vr_result.min); in vrp_visit_phi_node()
8450 int cmp_max = compare_values (lhs_vr->max, vr_result.max); in vrp_visit_phi_node()
8454 if ((lhs_vr->type != VR_RANGE || vr_result.type != VR_RANGE in vrp_visit_phi_node()
8527 set_value_range_to_varying (lhs_vr); in vrp_visit_phi_node()