Home
last modified time | relevance | path

Searched refs:alt_bound (Results 1 – 19 of 19) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-parloops.c1819 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1827 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1830 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1831 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1884 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1886 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1890 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1892 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1897 alt_bound in try_transform_to_exit_first_loop_alt()
1898 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-parloops.c1823 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1831 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1834 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1835 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1888 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1890 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1894 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1896 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1901 alt_bound in try_transform_to_exit_first_loop_alt()
1902 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c1823 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1831 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1834 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1835 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1888 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1890 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1894 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1896 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1901 alt_bound in try_transform_to_exit_first_loop_alt()
1902 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c1823 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1831 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1834 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1835 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1888 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1890 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1894 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1896 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1901 alt_bound in try_transform_to_exit_first_loop_alt()
1902 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-parloops.c1826 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1834 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1837 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1838 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1891 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1893 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1897 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1899 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1904 alt_bound in try_transform_to_exit_first_loop_alt()
1905 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c1823 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1831 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1834 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1835 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1888 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1890 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1894 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1896 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1901 alt_bound in try_transform_to_exit_first_loop_alt()
1902 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c1823 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1831 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1834 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1835 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1888 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1890 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1894 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1896 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1901 alt_bound in try_transform_to_exit_first_loop_alt()
1902 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-parloops.c1823 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1831 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1834 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1835 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1888 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1890 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1894 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1896 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1901 alt_bound in try_transform_to_exit_first_loop_alt()
1902 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-parloops.c1819 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1827 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1830 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1831 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1884 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1886 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1890 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1892 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1897 alt_bound in try_transform_to_exit_first_loop_alt()
1898 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-parloops.c1826 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1834 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1837 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1838 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1891 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1893 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1897 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1899 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1904 alt_bound in try_transform_to_exit_first_loop_alt()
1905 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-parloops.c1827 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
1835 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
1838 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
1839 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
1892 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
1894 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
1898 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
1900 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
1905 alt_bound in try_transform_to_exit_first_loop_alt()
1906 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-parloops.c2530 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
2538 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
2541 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
2542 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
2595 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
2597 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
2601 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
2603 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
2608 alt_bound in try_transform_to_exit_first_loop_alt()
2609 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-parloops.c2530 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
2538 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
2541 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
2542 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
2595 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
2597 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
2601 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
2603 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
2608 alt_bound in try_transform_to_exit_first_loop_alt()
2609 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-parloops.c2530 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
2538 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
2541 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
2542 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
2595 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
2597 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
2601 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
2603 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
2608 alt_bound in try_transform_to_exit_first_loop_alt()
2609 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-parloops.c2530 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
2538 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
2541 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
2542 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
2595 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
2597 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
2601 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
2603 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
2608 alt_bound in try_transform_to_exit_first_loop_alt()
2609 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-parloops.c2530 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
2538 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
2541 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
2542 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
2595 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
2597 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
2601 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
2603 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
2608 alt_bound in try_transform_to_exit_first_loop_alt()
2609 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-parloops.c2530 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
2538 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
2541 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
2542 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
2595 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
2597 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
2601 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
2603 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
2608 alt_bound in try_transform_to_exit_first_loop_alt()
2609 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-parloops.c2530 tree alt_bound = NULL_TREE; in try_transform_to_exit_first_loop_alt() local
2538 alt_bound = fold_build2_loc (UNKNOWN_LOCATION, PLUS_EXPR, nit_type, in try_transform_to_exit_first_loop_alt()
2541 gcc_assert (TREE_CODE (alt_bound) == INTEGER_CST); in try_transform_to_exit_first_loop_alt()
2542 transform_to_exit_first_loop_alt (loop, reduction_list, alt_bound); in try_transform_to_exit_first_loop_alt()
2595 alt_bound = op2; in try_transform_to_exit_first_loop_alt()
2597 alt_bound = op1; in try_transform_to_exit_first_loop_alt()
2601 if (alt_bound == NULL_TREE) in try_transform_to_exit_first_loop_alt()
2603 alt_bound = fold_build2 (PLUS_EXPR, nit_type, nit, in try_transform_to_exit_first_loop_alt()
2608 alt_bound in try_transform_to_exit_first_loop_alt()
2609 = force_gimple_operand_gsi (&gsi, alt_bound, true, NULL_TREE, false, in try_transform_to_exit_first_loop_alt()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A DGeomagnetismLibrary.c687 int alt_bound[2] = {ALT_BOUND_MIN, NO_ALT_MAX}; in MAG_GetUserInput() local
697 if(MAG_GetAltitude(Qstring, Geoid, CoordGeodetic, alt_bound, FALSE)==USER_GAVE_UP) in MAG_GetUserInput()