Home
last modified time | relevance | path

Searched refs:chrec_type (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-chrec.c59 gcc_assert (type == chrec_type (poly)); in chrec_fold_poly_cst()
103 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
106 gcc_assert (chrec_type (poly0) == chrec_type (poly1)); in chrec_fold_plus_poly_poly()
107 gcc_assert (type == chrec_type (poly0)); in chrec_fold_plus_poly_poly()
188 gcc_assert (chrec_type (poly0) == chrec_type (poly1)); in chrec_fold_multiply_poly_poly()
189 gcc_assert (type == chrec_type (poly0)); in chrec_fold_multiply_poly_poly()
563 tree type = chrec_type (chrec); in chrec_apply()
657 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
818 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
821 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
H A Dtree-scalar-evolution.c609 type = chrec_type (chrec_before); in add_to_evolution_1()
629 right = chrec_fold_plus (chrec_type (right), right, to_add); in add_to_evolution_1()
640 right = chrec_convert_rhs (chrec_type (left), right, at_stmt); in add_to_evolution_1()
651 right = chrec_convert_rhs (chrec_type (left), to_add, at_stmt); in add_to_evolution_1()
794 tree type = chrec_type (to_add); in add_to_evolution()
2292 op1 = chrec_convert_rhs (chrec_type (op0), op1, NULL); in instantiate_scev_poly()
2664 TREE_CODE (chrec), chrec_type (chrec), in instantiate_scev_r()
2872 tree type = chrec_type (ret); in number_of_exit_cond_executions()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-chrec.c63 gcc_assert (type == chrec_type (poly)); in chrec_fold_poly_cst()
107 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
110 gcc_assert (chrec_type (poly0) == chrec_type (poly1)); in chrec_fold_plus_poly_poly()
111 gcc_assert (type == chrec_type (poly0)); in chrec_fold_plus_poly_poly()
192 gcc_assert (chrec_type (poly0) == chrec_type (poly1)); in chrec_fold_multiply_poly_poly()
193 gcc_assert (type == chrec_type (poly0)); in chrec_fold_multiply_poly_poly()
583 tree type = chrec_type (chrec); in chrec_apply()
677 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
838 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
841 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-chrec.c59 gcc_assert (type == chrec_type (poly)); in chrec_fold_poly_cst()
103 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
106 gcc_assert (chrec_type (poly0) == chrec_type (poly1)); in chrec_fold_plus_poly_poly()
107 gcc_assert (type == chrec_type (poly0)); in chrec_fold_plus_poly_poly()
188 gcc_assert (chrec_type (poly0) == chrec_type (poly1)); in chrec_fold_multiply_poly_poly()
189 gcc_assert (type == chrec_type (poly0)); in chrec_fold_multiply_poly_poly()
563 tree type = chrec_type (chrec); in chrec_apply()
657 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
818 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
821 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
H A Dtree-scalar-evolution.c609 type = chrec_type (chrec_before); in add_to_evolution_1()
629 right = chrec_fold_plus (chrec_type (right), right, to_add); in add_to_evolution_1()
640 right = chrec_convert_rhs (chrec_type (left), right, at_stmt); in add_to_evolution_1()
651 right = chrec_convert_rhs (chrec_type (left), to_add, at_stmt); in add_to_evolution_1()
794 tree type = chrec_type (to_add); in add_to_evolution()
2292 op1 = chrec_convert_rhs (chrec_type (op0), op1, NULL); in instantiate_scev_poly()
2664 TREE_CODE (chrec), chrec_type (chrec), in instantiate_scev_r()
2872 tree type = chrec_type (ret); in number_of_exit_cond_executions()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-chrec.c108 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
109 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
110 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
113 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
200 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
593 tree type = chrec_type (chrec); in chrec_apply()
687 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
848 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
849 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
851 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-chrec.c108 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
109 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
110 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
113 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
200 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
638 tree type = chrec_type (chrec); in chrec_apply()
732 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
893 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
894 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
896 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-chrec.c108 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
109 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
110 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
113 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
200 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
638 tree type = chrec_type (chrec); in chrec_apply()
732 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
893 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
894 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
896 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-chrec.c108 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
109 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
110 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
113 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
200 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
638 tree type = chrec_type (chrec); in chrec_apply()
732 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
893 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
894 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
896 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-chrec.c108 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
109 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
110 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
113 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
200 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
638 tree type = chrec_type (chrec); in chrec_apply()
732 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
893 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
894 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
896 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-chrec.c108 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
109 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
110 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
113 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
200 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
638 tree type = chrec_type (chrec); in chrec_apply()
732 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
893 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
894 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
896 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-chrec.c108 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
109 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
110 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
113 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
200 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
638 tree type = chrec_type (chrec); in chrec_apply()
732 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
893 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
894 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
896 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-chrec.c108 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
109 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
110 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
113 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
200 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
593 tree type = chrec_type (chrec); in chrec_apply()
687 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
848 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
849 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
851 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-chrec.c62 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
63 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
64 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
67 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
154 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
592 tree type = chrec_type (chrec); in chrec_apply()
686 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
847 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
848 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
850 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-chrec.c62 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
63 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
64 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
67 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
154 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
592 tree type = chrec_type (chrec); in chrec_apply()
686 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
847 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
848 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
850 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-chrec.c62 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
63 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
64 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
67 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
154 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
592 tree type = chrec_type (chrec); in chrec_apply()
686 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
847 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
848 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
850 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-chrec.c62 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
63 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
64 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
67 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
154 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
592 tree type = chrec_type (chrec); in chrec_apply()
686 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
847 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
848 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
850 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-chrec.c61 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
62 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
63 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
66 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
153 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
591 tree type = chrec_type (chrec); in chrec_apply()
685 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
846 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
847 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
849 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-chrec.c62 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
63 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
64 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
67 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
154 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
592 tree type = chrec_type (chrec); in chrec_apply()
686 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
847 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
848 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
850 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-chrec.c62 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
63 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
64 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
67 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
154 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
592 tree type = chrec_type (chrec); in chrec_apply()
686 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
847 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
848 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
850 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-chrec.c62 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
63 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
64 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
67 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
154 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
592 tree type = chrec_type (chrec); in chrec_apply()
686 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
847 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
848 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
850 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-chrec.c61 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
62 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
63 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
66 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
153 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
591 tree type = chrec_type (chrec); in chrec_apply()
685 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
846 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
847 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
849 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-chrec.c61 if (POINTER_TYPE_P (chrec_type (poly0))) in chrec_fold_plus_poly_poly()
62 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
63 && useless_type_conversion_p (type, chrec_type (poly0))); in chrec_fold_plus_poly_poly()
66 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_plus_poly_poly()
153 && useless_type_conversion_p (type, chrec_type (poly1))); in chrec_fold_multiply_poly_poly()
591 tree type = chrec_type (chrec); in chrec_apply()
685 gcc_assert (chrec_type (chrec) == chrec_type (init_cond)); in chrec_replace_initial_condition()
846 if (POINTER_TYPE_P (chrec_type (chrec))) in reset_evolution_in_loop()
847 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
849 gcc_assert (chrec_type (chrec) == chrec_type (new_evol)); in reset_evolution_in_loop()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-scalar-evolution.c482 nb_iter = chrec_fold_minus (chrec_type (nb_iter), in compute_overall_effect_of_inner_loop()
484 build_int_cst_type (chrec_type (nb_iter), 1)); in compute_overall_effect_of_inner_loop()
546 (chrec_type (nb_iter), nb_iter, in chrec_is_positive()
547 build_int_cst (chrec_type (nb_iter), 1)); in chrec_is_positive()
554 (chrec_type (nb_iter), nb_iter, in chrec_is_positive()
555 build_int_cst (chrec_type (nb_iter), 1)); in chrec_is_positive()
673 tree type = chrec_type (chrec_before); in add_to_evolution_1()
849 tree type = chrec_type (to_add); in add_to_evolution()
895 res = chrec_fold_plus (chrec_type (res), res, in set_nb_iterations_in_loop()
896 build_int_cst_type (chrec_type (res), 1)); in set_nb_iterations_in_loop()
H A Dtree-chrec.h72 extern tree chrec_type (tree);

1234567