Searched refs:chrec_component_in_loop_num (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-chrec.cc | 758 chrec_component_in_loop_num (tree chrec, in chrec_component_in_loop_num() function 787 chrec_component_in_loop_num (CHREC_LEFT (chrec), in chrec_component_in_loop_num() 800 return chrec_component_in_loop_num (CHREC_LEFT (chrec), in chrec_component_in_loop_num() 821 return chrec_component_in_loop_num (chrec, loop_num, true); in evolution_part_in_loop_num() 832 return chrec_component_in_loop_num (chrec, loop_num, false); in initial_condition_in_loop_num()
|
H A D | ChangeLog-2004 | 12081 (chrec_component_in_loop_num): New function. 12082 (evolution_part_in_loop_num): Call chrec_component_in_loop_num.
|
H A D | ChangeLog-2007 | 30786 hide_evolution_in_other_loops_than_loop, chrec_component_in_loop_num,
|
H A D | ChangeLog-2019 | 22338 (chrec_component_in_loop_num): Same.
|
H A D | ChangeLog-2013 | 31895 (chrec_component_in_loop_num): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-chrec.c | 758 chrec_component_in_loop_num (tree chrec, in chrec_component_in_loop_num() function 787 chrec_component_in_loop_num (CHREC_LEFT (chrec), in chrec_component_in_loop_num() 800 return chrec_component_in_loop_num (CHREC_LEFT (chrec), in chrec_component_in_loop_num() 821 return chrec_component_in_loop_num (chrec, loop_num, true); in evolution_part_in_loop_num() 832 return chrec_component_in_loop_num (chrec, loop_num, false); in initial_condition_in_loop_num()
|