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

/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c2283 tree exit_condition, phi; local
2293 exit_condition = get_loop_exit_condition (loop);
2302 if (stmt == exit_condition
2450 tree exit_condition; local
2542 exit_condition = get_loop_exit_condition (newloop);
2555 COND_EXPR_COND (exit_condition) = build2 (GE_EXPR,
2559 update_stmt (exit_condition);
2592 if (stmt == exit_condition
2613 if (stmt == exit_condition

Completed in 109 milliseconds