Home
last modified time | relevance | path

Searched refs:return_stmt (Results 1 – 25 of 56) sorted by relevance

123

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-isolate-paths.c491 res1 = is_addr_local (return_stmt, ptr1, plocmap, visited); in is_addr_local()
496 if (args_loc_t *argsloc = plocmap->get (return_stmt)) in is_addr_local()
548 return is_addr_local (return_stmt, in is_addr_local()
628 if (!return_stmt) in handle_return_addr_local_phi_arg()
631 if (gimple_return_retval (return_stmt) != lhs) in handle_return_addr_local_phi_arg()
789 tree val = gimple_return_retval (return_stmt); in warn_return_addr_local()
801 const args_loc_t *argsloc = locmap.get (return_stmt); in warn_return_addr_local()
825 gimple_return_set_retval (return_stmt, zero); in warn_return_addr_local()
826 update_stmt (return_stmt); in warn_return_addr_local()
875 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_explicit_erroneous_behavior() local
[all …]
H A Dgimple-ssa-isolate-paths.cc496 res1 = is_addr_local (return_stmt, ptr1, plocmap, visited); in is_addr_local()
501 if (args_loc_t *argsloc = plocmap->get (return_stmt)) in is_addr_local()
553 return is_addr_local (return_stmt, in is_addr_local()
633 if (!return_stmt) in handle_return_addr_local_phi_arg()
636 if (gimple_return_retval (return_stmt) != lhs) in handle_return_addr_local_phi_arg()
794 tree val = gimple_return_retval (return_stmt); in warn_return_addr_local()
806 const args_loc_t *argsloc = locmap.get (return_stmt); in warn_return_addr_local()
830 gimple_return_set_retval (return_stmt, zero); in warn_return_addr_local()
831 update_stmt (return_stmt); in warn_return_addr_local()
880 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_explicit_erroneous_behavior() local
[all …]
H A Dfunction-tests.c243 tree return_stmt = build1 (RETURN_EXPR, in build_trivial_generic_function() local
246 tsi_link_after (&stmt_iter, return_stmt, TSI_CONTINUE_LINKING); in build_trivial_generic_function()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa() local
570 ASSERT_EQ (SSA_NAME, TREE_CODE (gimple_return_retval (return_stmt))); in test_conversion_to_ssa()
H A Dfunction-tests.cc244 tree return_stmt = build1 (RETURN_EXPR, in build_trivial_generic_function() local
247 tsi_link_after (&stmt_iter, return_stmt, TSI_CONTINUE_LINKING); in build_trivial_generic_function()
570 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa() local
571 ASSERT_EQ (SSA_NAME, TREE_CODE (gimple_return_retval (return_stmt))); in test_conversion_to_ssa()
H A Dtree-nrv.cc172 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in execute() local
177 ret_val = gimple_return_retval (return_stmt); in execute()
H A Dtree-nrv.c172 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in execute() local
177 ret_val = gimple_return_retval (return_stmt); in execute()
H A Dipa-split.c775 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_return_bb() local
778 retval = gimple_return_retval (return_stmt); in find_return_bb()
801 if (greturn *return_stmt = dyn_cast <greturn *> (gsi_stmt (bsi))) in find_retval() local
802 return gimple_return_retval (return_stmt); in find_retval()
1562 if (greturn *return_stmt in split_function() local
1565 gimple_return_set_retval (return_stmt, retval); in split_function()
H A Dipa-split.cc776 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_return_bb() local
779 retval = gimple_return_retval (return_stmt); in find_return_bb()
802 if (greturn *return_stmt = dyn_cast <greturn *> (gsi_stmt (bsi))) in find_retval() local
803 return gimple_return_retval (return_stmt); in find_retval()
1581 if (greturn *return_stmt in split_function() local
1584 gimple_return_set_retval (return_stmt, retval); in split_function()
H A Dgimple-walk.c904 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in walk_stmt_load_store_addr_ops() local
906 tree op = gimple_return_retval (return_stmt); in walk_stmt_load_store_addr_ops()
H A Dgimple-walk.cc921 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in walk_stmt_load_store_addr_ops() local
923 tree op = gimple_return_retval (return_stmt); in walk_stmt_load_store_addr_ops()
H A Dtree-complex.c1548 greturn *return_stmt = as_a <greturn *> (stmt); in expand_complex_comparison() local
1549 type = TREE_TYPE (gimple_return_retval (return_stmt)); in expand_complex_comparison()
1550 gimple_return_set_retval (return_stmt, fold_convert (type, cc)); in expand_complex_comparison()
H A Dtree-ssa-dce.c1008 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in propagate_necessity() local
1010 tree rhs = gimple_return_retval (return_stmt); in propagate_necessity()
H A Dtree-complex.cc1581 greturn *return_stmt = as_a <greturn *> (stmt); in expand_complex_comparison() local
1582 type = TREE_TYPE (gimple_return_retval (return_stmt)); in expand_complex_comparison()
1583 gimple_return_set_retval (return_stmt, fold_convert (type, cc)); in expand_complex_comparison()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-isolate-paths.c491 res1 = is_addr_local (return_stmt, ptr1, plocmap, visited); in is_addr_local()
496 if (args_loc_t *argsloc = plocmap->get (return_stmt)) in is_addr_local()
548 return is_addr_local (return_stmt, in is_addr_local()
628 if (!return_stmt) in handle_return_addr_local_phi_arg()
631 if (gimple_return_retval (return_stmt) != lhs) in handle_return_addr_local_phi_arg()
789 tree val = gimple_return_retval (return_stmt); in warn_return_addr_local()
801 const args_loc_t *argsloc = locmap.get (return_stmt); in warn_return_addr_local()
825 gimple_return_set_retval (return_stmt, zero); in warn_return_addr_local()
826 update_stmt (return_stmt); in warn_return_addr_local()
875 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_explicit_erroneous_behavior() local
[all …]
H A Dfunction-tests.c243 tree return_stmt = build1 (RETURN_EXPR, in build_trivial_generic_function() local
246 tsi_link_after (&stmt_iter, return_stmt, TSI_CONTINUE_LINKING); in build_trivial_generic_function()
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa() local
570 ASSERT_EQ (SSA_NAME, TREE_CODE (gimple_return_retval (return_stmt))); in test_conversion_to_ssa()
H A Dtree-nrv.c172 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in execute() local
177 ret_val = gimple_return_retval (return_stmt); in execute()
H A Dipa-split.c775 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_return_bb() local
778 retval = gimple_return_retval (return_stmt); in find_return_bb()
801 if (greturn *return_stmt = dyn_cast <greturn *> (gsi_stmt (bsi))) in find_retval() local
802 return gimple_return_retval (return_stmt); in find_retval()
1562 if (greturn *return_stmt in split_function() local
1565 gimple_return_set_retval (return_stmt, retval); in split_function()
H A Dgimple-walk.c904 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in walk_stmt_load_store_addr_ops() local
906 tree op = gimple_return_retval (return_stmt); in walk_stmt_load_store_addr_ops()
H A Dtree-complex.c1548 greturn *return_stmt = as_a <greturn *> (stmt); in expand_complex_comparison() local
1549 type = TREE_TYPE (gimple_return_retval (return_stmt)); in expand_complex_comparison()
1550 gimple_return_set_retval (return_stmt, fold_convert (type, cc)); in expand_complex_comparison()
H A Dtree-ssa-dce.c1008 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in propagate_necessity() local
1010 tree rhs = gimple_return_retval (return_stmt); in propagate_necessity()
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.c2376 gimple *return_stmt; in add_condition_to_bb() local
2400 return_stmt = gimple_build_return (result_var); in add_condition_to_bb()
2405 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb()
2408 gimple_set_bb (return_stmt, new_bb); in add_condition_to_bb()
2452 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb()
2461 e23 = split_block (bb2, return_stmt); in add_condition_to_bb()
2464 gimple_set_bb (return_stmt, bb2); in add_condition_to_bb()
H A Di386-features.cc2467 gimple *return_stmt; in add_condition_to_bb() local
2491 return_stmt = gimple_build_return (result_var); in add_condition_to_bb()
2496 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb()
2499 gimple_set_bb (return_stmt, new_bb); in add_condition_to_bb()
2543 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb()
2552 e23 = split_block (bb2, return_stmt); in add_condition_to_bb()
2555 gimple_set_bb (return_stmt, bb2); in add_condition_to_bb()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c2376 gimple *return_stmt; in add_condition_to_bb() local
2400 return_stmt = gimple_build_return (result_var); in add_condition_to_bb()
2405 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb()
2408 gimple_set_bb (return_stmt, new_bb); in add_condition_to_bb()
2452 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb()
2461 e23 = split_block (bb2, return_stmt); in add_condition_to_bb()
2464 gimple_set_bb (return_stmt, bb2); in add_condition_to_bb()
/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.c1731 tree return_stmt = build1 (RETURN_EXPR, return_type, in add_return() local
1734 set_tree_location (return_stmt, loc); in add_return()
1736 add_stmt (return_stmt); in add_return()
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1731 tree return_stmt = build1 (RETURN_EXPR, return_type, in add_return() local
1734 set_tree_location (return_stmt, loc); in add_return()
1736 add_stmt (return_stmt); in add_return()

123