Home
last modified time | relevance | path

Searched defs:return_stmt (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-isolate-paths.c427 is_addr_local (gimple *return_stmt, tree exp, locmap_t *plocmap, in is_addr_local()
627 greturn *return_stmt = dyn_cast <greturn *> (use_stmt); in handle_return_addr_local_phi_arg() local
787 warn_return_addr_local (basic_block bb, greturn *return_stmt) in warn_return_addr_local()
875 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_explicit_erroneous_behavior() local
H A Dfunction-tests.c243 tree return_stmt = build1 (RETURN_EXPR, in build_trivial_generic_function() local
569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa() local
H A Dtree-nrv.c172 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in execute() local
H A Dipa-split.c775 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_return_bb() local
801 if (greturn *return_stmt = dyn_cast <greturn *> (gsi_stmt (bsi))) in find_retval() local
1562 if (greturn *return_stmt in split_function() local
H A Dgimple-walk.c904 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in walk_stmt_load_store_addr_ops() local
H A Dtree-ssa-dce.c1008 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in propagate_necessity() local
H A Domp-simd-clone.c1061 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in ipa_simd_modify_function_body() local
H A Dtree-complex.c1548 greturn *return_stmt = as_a <greturn *> (stmt); in expand_complex_comparison() local
H A Dtree-ssa-alias.c2749 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in ref_maybe_used_by_stmt_p() local
H A Dgimple.c3013 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in infer_nonnull_range_by_attribute() local
H A Dpredict.c2888 greturn *return_stmt = NULL; in apply_return_prediction() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-isolate-paths.cc432 is_addr_local (gimple *return_stmt, tree exp, locmap_t *plocmap, in is_addr_local()
632 greturn *return_stmt = dyn_cast <greturn *> (use_stmt); in handle_return_addr_local_phi_arg() local
792 warn_return_addr_local (basic_block bb, greturn *return_stmt) in warn_return_addr_local()
880 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_explicit_erroneous_behavior() local
H A Dfunction-tests.cc244 tree return_stmt = build1 (RETURN_EXPR, in build_trivial_generic_function() local
570 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa() local
H A Dtree-nrv.cc172 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in execute() local
H A Dipa-split.cc776 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_return_bb() local
802 if (greturn *return_stmt = dyn_cast <greturn *> (gsi_stmt (bsi))) in find_retval() local
1581 if (greturn *return_stmt in split_function() local
H A Dgimple-walk.cc921 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in walk_stmt_load_store_addr_ops() local
H A Dtree-ssa-dce.cc949 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in propagate_necessity() local
H A Domp-simd-clone.cc1071 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in ipa_simd_modify_function_body() local
H A Dtree-complex.cc1581 greturn *return_stmt = as_a <greturn *> (stmt); in expand_complex_comparison() local
H A Dgimple.cc3107 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in infer_nonnull_range_by_attribute() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.cc867 tree return_stmt = build_stmt (RETURN_EXPR, NULL); in append_return_stmt() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc2506 gimple *return_stmt; in add_condition_to_bb() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c2376 gimple *return_stmt; in add_condition_to_bb() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1731 tree return_stmt = build1 (RETURN_EXPR, return_type, in add_return() local
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2113 tree return_stmt = build1 (RETURN_EXPR, return_type, in add_return() local

12