Searched refs:chrec_before (Results 1 – 1 of 1) sorted by relevance
657 add_to_evolution_1 (unsigned loop_nb, tree chrec_before, tree to_add, in add_to_evolution_1() argument662 switch (TREE_CODE (chrec_before)) in add_to_evolution_1()665 if (CHREC_VARIABLE (chrec_before) <= loop_nb) in add_to_evolution_1()669 type = chrec_type (chrec_before); in add_to_evolution_1()672 if (CHREC_VARIABLE (chrec_before) < loop_nb) in add_to_evolution_1()675 left = chrec_before; in add_to_evolution_1()682 var = CHREC_VARIABLE (chrec_before); in add_to_evolution_1()683 left = CHREC_LEFT (chrec_before); in add_to_evolution_1()684 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()695 left = add_to_evolution_1 (loop_nb, CHREC_LEFT (chrec_before), in add_to_evolution_1()[all …]