Home
last modified time | relevance | path

Searched refs:chrec_merge (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree-chrec.h81 extern tree chrec_merge (tree, tree);
Dtree-scalar-evolution.c1305 *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()
Dtree-chrec.c770 chrec_merge (tree chrec1, in chrec_merge() function