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

/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c1835 tree ivvar, ivvarinced, exitcond, stmts; local
1879 exitcond = get_loop_exit_condition (temp);
1880 bb = bb_for_stmt (exitcond);
1902 bsi = bsi_for_stmt (exitcond);
1917 COND_EXPR_COND (exitcond) = build2 (testtype,
1920 update_stmt (exitcond);

Completed in 55 milliseconds