Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-scalar-evolution.c597 switch (TREE_CODE (chrec_before)) in add_to_evolution_1()
600 chloop = get_chrec_loop (chrec_before); in add_to_evolution_1()
606 type = chrec_type (chrec_before); in add_to_evolution_1()
612 left = chrec_before; in add_to_evolution_1()
619 var = CHREC_VARIABLE (chrec_before); in add_to_evolution_1()
620 left = CHREC_LEFT (chrec_before); in add_to_evolution_1()
621 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
636 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
644 if (chrec_before == chrec_dont_know) in add_to_evolution_1()
647 left = chrec_before; in add_to_evolution_1()
[all …]
H A Dtree-scalar-evolution.cc597 switch (TREE_CODE (chrec_before)) in add_to_evolution_1()
600 chloop = get_chrec_loop (chrec_before); in add_to_evolution_1()
606 type = chrec_type (chrec_before); in add_to_evolution_1()
612 left = chrec_before; in add_to_evolution_1()
619 var = CHREC_VARIABLE (chrec_before); in add_to_evolution_1()
620 left = CHREC_LEFT (chrec_before); in add_to_evolution_1()
621 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
636 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
644 if (chrec_before == chrec_dont_know) in add_to_evolution_1()
647 left = chrec_before; in add_to_evolution_1()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-scalar-evolution.c597 switch (TREE_CODE (chrec_before)) in add_to_evolution_1()
600 chloop = get_chrec_loop (chrec_before); in add_to_evolution_1()
606 type = chrec_type (chrec_before); in add_to_evolution_1()
612 left = chrec_before; in add_to_evolution_1()
619 var = CHREC_VARIABLE (chrec_before); in add_to_evolution_1()
620 left = CHREC_LEFT (chrec_before); in add_to_evolution_1()
621 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
636 right = CHREC_RIGHT (chrec_before); in add_to_evolution_1()
644 if (chrec_before == chrec_dont_know) in add_to_evolution_1()
647 left = chrec_before; in add_to_evolution_1()
[all …]