Home
last modified time | relevance | path

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

/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-loop-distribution.c2483 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2496 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2530 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2533 if (cond_stmts) in version_loop_by_alias_check()
2536 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-loop-distribution.c2469 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2482 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2516 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2519 if (cond_stmts) in version_loop_by_alias_check()
2522 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-loop-distribution.c2469 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2482 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2516 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2519 if (cond_stmts) in version_loop_by_alias_check()
2522 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-loop-distribution.c2469 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2482 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2516 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2519 if (cond_stmts) in version_loop_by_alias_check()
2522 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-loop-distribution.c2469 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2482 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2516 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2519 if (cond_stmts) in version_loop_by_alias_check()
2522 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-loop-distribution.c2469 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2482 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2516 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2519 if (cond_stmts) in version_loop_by_alias_check()
2522 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-loop-distribution.c2505 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2518 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2568 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2571 if (cond_stmts) in version_loop_by_alias_check()
2574 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-loop-distribution.c2646 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2659 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2709 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2712 if (cond_stmts) in version_loop_by_alias_check()
2715 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-loop-distribution.c2542 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2555 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2605 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2608 if (cond_stmts) in version_loop_by_alias_check()
2611 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-loop-distribution.c2660 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2673 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2723 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2726 if (cond_stmts) in version_loop_by_alias_check()
2729 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-loop-distribution.c2660 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2673 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2723 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2726 if (cond_stmts) in version_loop_by_alias_check()
2729 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-loop-distribution.c2646 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2659 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2709 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2712 if (cond_stmts) in version_loop_by_alias_check()
2715 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-loop-distribution.c2660 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2673 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2723 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2726 if (cond_stmts) in version_loop_by_alias_check()
2729 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-loop-distribution.c2659 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2672 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2722 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2725 if (cond_stmts) in version_loop_by_alias_check()
2728 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-loop-distribution.c2542 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2555 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2605 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2608 if (cond_stmts) in version_loop_by_alias_check()
2611 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-loop-distribution.c2683 gimple_seq cond_stmts = NULL; in version_loop_by_alias_check() local
2696 cond_expr = force_gimple_operand_1 (cond_expr, &cond_stmts, in version_loop_by_alias_check()
2746 gimple_seq_add_stmt_without_update (&cond_stmts, call_stmt); in version_loop_by_alias_check()
2749 if (cond_stmts) in version_loop_by_alias_check()
2752 gsi_insert_seq_before (&cond_gsi, cond_stmts, GSI_SAME_STMT); in version_loop_by_alias_check()