Searched refs:chrec_before (Results 1 – 1 of 1) sorted by relevance
662 switch (TREE_CODE (chrec_before)) 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()697 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()705 if (chrec_before == chrec_dont_know) in add_to_evolution_1()708 left = chrec_before; in add_to_evolution_1()[all …]