Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-scalar-evolution.c1008 tree loop_condition = get_loop_exit_condition (loop); in get_exit_conditions_rec() local
1010 if (loop_condition) in get_exit_conditions_rec()
1011 VEC_safe_push (tree, heap, *exit_conditions, loop_condition); in get_exit_conditions_rec()