Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dlambda-code.c2283 tree exit_condition, phi; in can_convert_to_perfect_nest() local
2293 exit_condition = get_loop_exit_condition (loop); in can_convert_to_perfect_nest()
2302 if (stmt == exit_condition in can_convert_to_perfect_nest()
2450 tree exit_condition; in perfect_nestify() local
2542 exit_condition = get_loop_exit_condition (newloop); in perfect_nestify()
2555 COND_EXPR_COND (exit_condition) = build2 (GE_EXPR, in perfect_nestify()
2559 update_stmt (exit_condition); in perfect_nestify()
2592 if (stmt == exit_condition in perfect_nestify()
2613 if (stmt == exit_condition in perfect_nestify()