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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-manip.c1238 gcond *exit_if; local
1311 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node,
1315 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT);
1424 exit_if = as_a <gcond *> (gsi_stmt (bsi));
1427 gimple_cond_set_code (exit_if, exit_cmp);
1428 gimple_cond_set_lhs (exit_if, ctr_after);
1429 gimple_cond_set_rhs (exit_if, exit_bound);
1430 update_stmt (exit_if);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-manip.cc1267 gcond *exit_if = nullptr; local
1314 exit_if = gimple_build_cond (EQ_EXPR, integer_zero_node,
1318 gsi_insert_after (&bsi, exit_if, GSI_NEW_STMT);
1440 exit_if = as_a <gcond *> (gsi_stmt (bsi));
1443 gimple_cond_set_code (exit_if, exit_cmp);
1444 gimple_cond_set_lhs (exit_if, ctr_after);
1445 gimple_cond_set_rhs (exit_if, exit_bound);
1446 update_stmt (exit_if);

Completed in 167 milliseconds