Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtree-chrec.c664 chrec_component_in_loop_num (tree chrec, in chrec_component_in_loop_num() function
690 chrec_component_in_loop_num (CHREC_LEFT (chrec), in chrec_component_in_loop_num()
701 return chrec_component_in_loop_num (CHREC_LEFT (chrec), in chrec_component_in_loop_num()
721 return chrec_component_in_loop_num (chrec, loop_num, true); in evolution_part_in_loop_num()
732 return chrec_component_in_loop_num (chrec, loop_num, false); in initial_condition_in_loop_num()
DChangeLog-200412081 (chrec_component_in_loop_num): New function.
12082 (evolution_part_in_loop_num): Call chrec_component_in_loop_num.