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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c2681 gimple_seq cond_stmts = NULL; local
2694 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts,
2744 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt);
2747 if (cond_stmts)
2750 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc2720 gimple_seq cond_stmts = NULL;
2733 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts,
2783 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt);
2786 if (cond_stmts)
2789 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT);

Completed in 94 milliseconds