Home
last modified time | relevance | path

Searched refs:stmt_b (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
H A Dtree-vect-data-refs.c222 vect_preserves_scalar_order_p (gimple *stmt_a, gimple *stmt_b) in vect_preserves_scalar_order_p() argument
225 stmt_vec_info stmtinfo_b = vinfo_for_stmt (stmt_b); in vect_preserves_scalar_order_p()
278 last_b = il_b = stmt_b; in vect_preserves_scalar_order_p()
279 bool a_after_b = (get_later_stmt (stmt_a, stmt_b) == stmt_a); in vect_preserves_scalar_order_p()
3475 gimple *stmt_a, *stmt_b; in vect_prune_runtime_alias_test_list() local
3504 stmt_b = DR_STMT (DDR_B (ddr)); in vect_prune_runtime_alias_test_list()
3509 && (vect_preserves_scalar_order_p (stmt_a, stmt_b) in vect_prune_runtime_alias_test_list()
3567 dr_group_first_b = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
3570 stmt_b = dr_group_first_b; in vect_prune_runtime_alias_test_list()
3571 dr_b = STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
H A Dtree-vect-data-refs.c222 vect_preserves_scalar_order_p (gimple *stmt_a, gimple *stmt_b) in vect_preserves_scalar_order_p() argument
225 stmt_vec_info stmtinfo_b = vinfo_for_stmt (stmt_b); in vect_preserves_scalar_order_p()
278 last_b = il_b = stmt_b; in vect_preserves_scalar_order_p()
279 bool a_after_b = (get_later_stmt (stmt_a, stmt_b) == stmt_a); in vect_preserves_scalar_order_p()
3475 gimple *stmt_a, *stmt_b; in vect_prune_runtime_alias_test_list() local
3504 stmt_b = DR_STMT (DDR_B (ddr)); in vect_prune_runtime_alias_test_list()
3509 && (vect_preserves_scalar_order_p (stmt_a, stmt_b) in vect_prune_runtime_alias_test_list()
3567 dr_group_first_b = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
3570 stmt_b = dr_group_first_b; in vect_prune_runtime_alias_test_list()
3571 dr_b = STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
H A Dtree-vect-data-refs.c198 vect_preserves_scalar_order_p (gimple *stmt_a, gimple *stmt_b) in vect_preserves_scalar_order_p() argument
201 stmt_vec_info stmtinfo_b = vinfo_for_stmt (stmt_b); in vect_preserves_scalar_order_p()
226 last_b = stmt_b; in vect_preserves_scalar_order_p()
228 == (get_later_stmt (stmt_a, stmt_b) == stmt_a)); in vect_preserves_scalar_order_p()
3406 gimple *stmt_a, *stmt_b; in vect_prune_runtime_alias_test_list() local
3435 stmt_b = DR_STMT (DDR_B (ddr)); in vect_prune_runtime_alias_test_list()
3440 && (vect_preserves_scalar_order_p (stmt_a, stmt_b) in vect_prune_runtime_alias_test_list()
3498 dr_group_first_b = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
3501 stmt_b = dr_group_first_b; in vect_prune_runtime_alias_test_list()
3502 dr_b = STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
H A Dtree-vect-data-refs.c222 vect_preserves_scalar_order_p (gimple *stmt_a, gimple *stmt_b) in vect_preserves_scalar_order_p() argument
225 stmt_vec_info stmtinfo_b = vinfo_for_stmt (stmt_b); in vect_preserves_scalar_order_p()
278 last_b = il_b = stmt_b; in vect_preserves_scalar_order_p()
279 bool a_after_b = (get_later_stmt (stmt_a, stmt_b) == stmt_a); in vect_preserves_scalar_order_p()
3475 gimple *stmt_a, *stmt_b; in vect_prune_runtime_alias_test_list() local
3504 stmt_b = DR_STMT (DDR_B (ddr)); in vect_prune_runtime_alias_test_list()
3509 && (vect_preserves_scalar_order_p (stmt_a, stmt_b) in vect_prune_runtime_alias_test_list()
3567 dr_group_first_b = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
3570 stmt_b = dr_group_first_b; in vect_prune_runtime_alias_test_list()
3571 dr_b = STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
H A Dtree-vect-data-refs.c222 vect_preserves_scalar_order_p (gimple *stmt_a, gimple *stmt_b) in vect_preserves_scalar_order_p() argument
225 stmt_vec_info stmtinfo_b = vinfo_for_stmt (stmt_b); in vect_preserves_scalar_order_p()
278 last_b = il_b = stmt_b; in vect_preserves_scalar_order_p()
279 bool a_after_b = (get_later_stmt (stmt_a, stmt_b) == stmt_a); in vect_preserves_scalar_order_p()
3475 gimple *stmt_a, *stmt_b; in vect_prune_runtime_alias_test_list() local
3504 stmt_b = DR_STMT (DDR_B (ddr)); in vect_prune_runtime_alias_test_list()
3509 && (vect_preserves_scalar_order_p (stmt_a, stmt_b) in vect_prune_runtime_alias_test_list()
3567 dr_group_first_b = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
3570 stmt_b = dr_group_first_b; in vect_prune_runtime_alias_test_list()
3571 dr_b = STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
H A Dtree-vect-data-refs.c222 vect_preserves_scalar_order_p (gimple *stmt_a, gimple *stmt_b) in vect_preserves_scalar_order_p() argument
225 stmt_vec_info stmtinfo_b = vinfo_for_stmt (stmt_b); in vect_preserves_scalar_order_p()
278 last_b = il_b = stmt_b; in vect_preserves_scalar_order_p()
279 bool a_after_b = (get_later_stmt (stmt_a, stmt_b) == stmt_a); in vect_preserves_scalar_order_p()
3475 gimple *stmt_a, *stmt_b; in vect_prune_runtime_alias_test_list() local
3504 stmt_b = DR_STMT (DDR_B (ddr)); in vect_prune_runtime_alias_test_list()
3509 && (vect_preserves_scalar_order_p (stmt_a, stmt_b) in vect_prune_runtime_alias_test_list()
3567 dr_group_first_b = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
3570 stmt_b = dr_group_first_b; in vect_prune_runtime_alias_test_list()
3571 dr_b = STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfunction-tests.c533 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
534 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
535 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
566 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
567 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
568 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
570 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfunction-tests.c532 gimple *stmt_b = stmt_a->next; in test_building_cfg() local
533 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_building_cfg()
534 ASSERT_EQ (NULL, stmt_b->next); in test_building_cfg()
565 gimple *stmt_b = stmt_a->next; in test_conversion_to_ssa() local
566 ASSERT_EQ (GIMPLE_RETURN, gimple_code (stmt_b)); in test_conversion_to_ssa()
567 ASSERT_EQ (NULL, stmt_b->next); in test_conversion_to_ssa()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-loop-manip.c2315 gimple stmt_a, stmt_b; in vect_create_cond_for_alias_checks() local
2328 stmt_b = DR_STMT (DDR_B (ddr)); in vect_create_cond_for_alias_checks()
2329 dr_group_first_b = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt_b)); in vect_create_cond_for_alias_checks()
2332 stmt_b = dr_group_first_b; in vect_create_cond_for_alias_checks()
2333 dr_b = STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt_b)); in vect_create_cond_for_alias_checks()
2340 vect_create_addr_base_for_vector_ref (stmt_b, cond_expr_stmt_list, in vect_create_cond_for_alias_checks()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-loop-manip.c2315 gimple stmt_a, stmt_b; in vect_create_cond_for_alias_checks() local
2328 stmt_b = DR_STMT (DDR_B (ddr)); in vect_create_cond_for_alias_checks()
2329 dr_group_first_b = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt_b)); in vect_create_cond_for_alias_checks()
2332 stmt_b = dr_group_first_b; in vect_create_cond_for_alias_checks()
2333 dr_b = STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt_b)); in vect_create_cond_for_alias_checks()
2340 vect_create_addr_base_for_vector_ref (stmt_b, cond_expr_stmt_list, in vect_create_cond_for_alias_checks()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vect-data-refs.c2794 gimple stmt_a, stmt_b; in vect_prune_runtime_alias_test_list() local
2806 stmt_b = DR_STMT (DDR_B (ddr)); in vect_prune_runtime_alias_test_list()
2807 dr_group_first_b = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()
2810 stmt_b = dr_group_first_b; in vect_prune_runtime_alias_test_list()
2811 dr_b = STMT_VINFO_DATA_REF (vinfo_for_stmt (stmt_b)); in vect_prune_runtime_alias_test_list()

12