Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDlambda-code.c1835 tree ivvar, ivvarinced, exitcond, stmts; in lambda_loopnest_to_gcc_loopnest() local
1879 exitcond = get_loop_exit_condition (temp); in lambda_loopnest_to_gcc_loopnest()
1880 bb = bb_for_stmt (exitcond); in lambda_loopnest_to_gcc_loopnest()
1902 bsi = bsi_for_stmt (exitcond); in lambda_loopnest_to_gcc_loopnest()
1917 COND_EXPR_COND (exitcond) = build2 (testtype, in lambda_loopnest_to_gcc_loopnest()
1920 update_stmt (exitcond); in lambda_loopnest_to_gcc_loopnest()