Searched defs:chrec (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-chrec.c | 491 chrec_evaluate (unsigned var, tree chrec, tree n, unsigned int k) in chrec_evaluate() 534 tree chrec, in chrec_apply() 592 chrec_replace_initial_condition (tree chrec, in chrec_replace_initial_condition() 616 initial_condition (tree chrec) in initial_condition() 631 hide_evolution_in_other_loops_than_loop (tree chrec, in hide_evolution_in_other_loops_than_loop() 664 chrec_component_in_loop_num (tree chrec, in chrec_component_in_loop_num() 718 evolution_part_in_loop_num (tree chrec, in evolution_part_in_loop_num() 729 initial_condition_in_loop_num (tree chrec, in initial_condition_in_loop_num() 742 tree chrec, in reset_evolution_in_loop() 799 is_multivariate_chrec_rec (tree chrec, unsigned int rec_var) in is_multivariate_chrec_rec() [all …]
|
H A D | tree-chrec.h | 45 automatically_generated_chrec_p (tree chrec) in automatically_generated_chrec_p() 121 chrec_zerop (tree chrec) in chrec_zerop() 135 evolution_function_is_constant_p (tree chrec) in evolution_function_is_constant_p() 155 evolution_function_is_affine_p (tree chrec) in evolution_function_is_affine_p() 180 evolution_function_is_affine_or_constant_p (tree chrec) in evolution_function_is_affine_or_constant_p() 198 no_evolution_in_loop_p (tree chrec, unsigned loop_num, bool *res) in no_evolution_in_loop_p() 215 chrec_type (tree chrec) in chrec_type()
|
H A D | tree-scalar-evolution.c | 265 tree chrec; member 358 chrec_contains_symbols_defined_in_loop (tree chrec, unsigned loop_nb) in chrec_contains_symbols_defined_in_loop() 511 chrec_is_positive (tree chrec, bool *value) in chrec_is_positive() 573 set_scalar_evolution (tree scalar, tree chrec) in set_scalar_evolution() 2138 instantiate_parameters_1 (struct loop *loop, tree chrec, int flags, htab_t cache, in instantiate_parameters_1() 2408 tree chrec) in instantiate_parameters() 2443 resolve_mixers (struct loop *loop, tree chrec) in resolve_mixers() 2597 gather_chrec_stats (tree chrec, struct chrec_stats *stats) in gather_chrec_stats() 2676 tree phi, chrec; in analyze_scalar_evolution_for_all_loop_phi_nodes() local
|
H A D | tree-loop-linear.c | 146 tree chrec = DR_ACCESS_FN (dr, it); in gather_interchange_stats() local
|
H A D | tree-data-ref.c | 639 tree chrec = SUB_CONFLICTS_IN_A (subscript); in dump_subscript() local 2114 all_chrecs_equal_p (tree chrec) in all_chrecs_equal_p() 2262 tree chrec) in finalize_ddr_dependent() 2618 initialize_matrix_A (lambda_matrix A, tree chrec, unsigned index, int mult) in initialize_matrix_A() 3261 chrec_steps_divide_constant_p (tree chrec, in chrec_steps_divide_constant_p()
|
H A D | tree-vrp.c | 2478 tree init, step, chrec, tmin, tmax, min, max, type; in adjust_range_with_scev() local 2605 tree chrec, init, step; in vrp_var_may_overflow() local
|