Home
last modified time | relevance | path

Searched refs:chrec_before (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-scalar-evolution.c599 switch (TREE_CODE (chrec_before)) in add_to_evolution_1()
602 chloop = get_chrec_loop (chrec_before); in add_to_evolution_1()
608 type = chrec_type (chrec_before); in add_to_evolution_1()
614 left = chrec_before; in add_to_evolution_1()
621 var = CHREC_VARIABLE (chrec_before); in add_to_evolution_1()
622 left = CHREC_LEFT (chrec_before); in add_to_evolution_1()
623 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
638 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
646 if (chrec_before == chrec_dont_know) in add_to_evolution_1()
649 left = chrec_before; in add_to_evolution_1()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-scalar-evolution.c620 switch (TREE_CODE (chrec_before)) in add_to_evolution_1()
623 chloop = get_chrec_loop (chrec_before); in add_to_evolution_1()
629 type = chrec_type (chrec_before); in add_to_evolution_1()
635 left = chrec_before; in add_to_evolution_1()
642 var = CHREC_VARIABLE (chrec_before); in add_to_evolution_1()
643 left = CHREC_LEFT (chrec_before); in add_to_evolution_1()
644 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
659 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
667 if (chrec_before == chrec_dont_know) in add_to_evolution_1()
670 left = chrec_before; in add_to_evolution_1()
[all …]