Searched refs:chrec_convert (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-scalar-evolution.c | 687 to_add = chrec_convert (type, to_add, at_stmt); in add_to_evolution_1() 688 right = chrec_convert (type, right, at_stmt); in add_to_evolution_1() 698 right = chrec_convert (chrec_type (left), right, at_stmt); in add_to_evolution_1() 709 right = chrec_convert (chrec_type (left), to_add, at_stmt); in add_to_evolution_1() 1064 *evolution_of_loop = chrec_convert (TREE_TYPE (rhs), in follow_ssa_edge_in_rhs() 1100 chrec_convert (type_rhs, evol, at_stmt), in follow_ssa_edge_in_rhs() 1112 chrec_convert (type_rhs, *evolution_of_loop, at_stmt), in follow_ssa_edge_in_rhs() 1132 (loop->num, chrec_convert (type_rhs, *evolution_of_loop, in follow_ssa_edge_in_rhs() 1150 (loop->num, chrec_convert (type_rhs, *evolution_of_loop, in follow_ssa_edge_in_rhs() 1181 (loop->num, chrec_convert (type_rhs, *evolution_of_loop, at_stmt), in follow_ssa_edge_in_rhs() [all …]
|
| D | tree-data-ref.c | 2057 init_cond = chrec_convert (chrec_type (access_fn), init_cond, stmt); in create_data_ref() 2058 new_step = chrec_convert (chrec_type (access_fn), new_step, stmt); in create_data_ref() 2167 conflicts_b = chrec_convert (integer_type_node, conflicts_b, in compute_subscript_distance() 2169 conflicts_a = chrec_convert (integer_type_node, conflicts_a, in compute_subscript_distance() 2359 chrec_a = chrec_convert (integer_type_node, chrec_a, NULL_TREE); in analyze_ziv_subscript() 2360 chrec_b = chrec_convert (integer_type_node, chrec_b, NULL_TREE); in analyze_ziv_subscript() 2436 chrec_a = chrec_convert (integer_type_node, chrec_a, NULL_TREE); in analyze_siv_subscript_cst_affine() 2437 chrec_b = chrec_convert (integer_type_node, chrec_b, NULL_TREE); in analyze_siv_subscript_cst_affine() 2756 tree t0 = chrec_convert (integer_type_node, in compute_overlap_steps_for_affine_1_2() 2758 tree t1 = chrec_convert (integer_type_node, overlaps_a_xz, in compute_overlap_steps_for_affine_1_2() [all …]
|
| D | tree-chrec.c | 558 x = chrec_convert (type, x, NULL_TREE); in chrec_apply() 1248 chrec_convert (tree type, tree chrec, tree at_stmt) in chrec_convert() function 1341 lc = chrec_convert (type, left, NULL_TREE); in chrec_convert_aggressive() 1344 rc = chrec_convert (type, right, NULL_TREE); in chrec_convert_aggressive()
|
| D | tree-chrec.h | 70 extern tree chrec_convert (tree, tree, tree);
|