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

/freebsd-10.2-release/contrib/gcc/
H A Dtree-scalar-evolution.c1010 tree loop_condition = get_loop_exit_condition (loop);
1012 if (loop_condition)
1013 VEC_safe_push (tree, heap, *exit_conditions, loop_condition);
1008 tree loop_condition = get_loop_exit_condition (loop); local

Completed in 99 milliseconds