Searched refs:chrec_merge (Results 1 – 3 of 3) sorted by relevance
81 extern tree chrec_merge (tree, tree);
1305 *evolution_of_loop = chrec_merge (*evolution_of_loop, in follow_ssa_edge_in_condition_phi()1479 evolution_function = chrec_merge (evolution_function, ev_fn); in analyze_evolution_in_loop()1536 init_cond = chrec_merge (init_cond, branch); in analyze_initial_condition()1606 res = chrec_merge (res, branch_chrec); in interpret_condition_phi()
770 chrec_merge (tree chrec1, in chrec_merge() function