Home
last modified time | relevance | path

Searched refs:push_cfun (Results 1 – 25 of 65) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-tests.c294 push_cfun (fun); in build_cfg()
309 push_cfun (fun); in build_cfg()
325 push_cfun (fun); in convert_to_ssa()
581 push_cfun (fun); in test_ranges()
607 push_cfun (fun); in test_expansion_to_rtl()
H A Dipa-visibility.c653 push_cfun (DECL_STRUCT_FUNCTION (e->caller->decl)); in function_and_variable_visibility()
784 push_cfun (DECL_STRUCT_FUNCTION (e->caller->decl)); in function_and_variable_visibility()
H A Dcgraphunit.c334 push_cfun (DECL_STRUCT_FUNCTION (fndecl)); in process_new_functions()
563 push_cfun (DECL_STRUCT_FUNCTION (fndecl)); in add_new_function()
586 push_cfun (DECL_STRUCT_FUNCTION (fndecl)); in add_new_function()
661 push_cfun (DECL_STRUCT_FUNCTION (decl)); in analyze()
2288 push_cfun (DECL_STRUCT_FUNCTION (decl)); in expand()
H A Dtree-profile.c769 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in tree_profiling()
833 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in tree_profiling()
H A Dfunction.h663 extern void push_cfun (struct function *new_cfun);
H A Dpasses.c1725 push_cfun (fn); in do_per_function_toporder()
1747 push_cfun (fn); in execute_function_dump()
1947 push_cfun (fn); in execute_function_todo()
H A Dipa-utils.c664 push_cfun (dstcfun); in ipa_merge_profiles()
H A Dtree-emutls.c630 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in lower_emutls_function_body()
H A Dtrans-mem.c4599 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in ipa_tm_scan_irr_function()
5324 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in ipa_tm_transform_transaction()
5367 push_cfun (DECL_STRUCT_FUNCTION (d->clone->decl)); in ipa_tm_transform_clone()
5424 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in ipa_tm_execute()
H A Dauto-profile.c1601 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in auto_profile()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction-tests.cc295 push_cfun (fun); in build_cfg()
310 push_cfun (fun); in build_cfg()
326 push_cfun (fun); in convert_to_ssa()
582 push_cfun (fun); in test_ranges()
614 push_cfun (fun); in test_expansion_to_rtl()
H A Dcgraphunit.cc333 push_cfun (DECL_STRUCT_FUNCTION (fndecl)); in process_new_functions()
565 push_cfun (DECL_STRUCT_FUNCTION (fndecl)); in add_new_function()
590 push_cfun (DECL_STRUCT_FUNCTION (fndecl)); in add_new_function()
667 push_cfun (DECL_STRUCT_FUNCTION (decl)); in analyze()
1820 push_cfun (DECL_STRUCT_FUNCTION (decl)); in expand()
H A Dipa-visibility.cc653 push_cfun (DECL_STRUCT_FUNCTION (e->caller->decl)); in function_and_variable_visibility()
784 push_cfun (DECL_STRUCT_FUNCTION (e->caller->decl)); in function_and_variable_visibility()
H A Dpasses.cc1773 push_cfun (fn); in do_per_function_toporder()
1795 push_cfun (fn); in execute_function_dump()
1893 push_cfun (fn); in account_profile_1()
2047 push_cfun (fn); in execute_function_todo()
2374 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in execute_all_ipa_transforms()
H A Dtree-profile.cc778 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in tree_profiling()
842 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in tree_profiling()
H A Dfunction.h680 extern void push_cfun (struct function *new_cfun);
H A Dipa-utils.cc664 push_cfun (dstcfun); in ipa_merge_profiles()
H A Dtree-emutls.cc639 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in lower_emutls_function_body()
H A Dtrans-mem.cc4599 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in ipa_tm_scan_irr_function()
5325 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in ipa_tm_transform_transaction()
5368 push_cfun (DECL_STRUCT_FUNCTION (d->clone->decl)); in ipa_tm_transform_clone()
5425 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in ipa_tm_execute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.h107 auto_cfun (function *fun) { push_cfun (fun); } in auto_cfun()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.h309 auto_cfun (function *fun) { push_cfun (fun); } in auto_cfun()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc2520 push_cfun (DECL_STRUCT_FUNCTION (function_decl)); in add_condition_to_bb()
2652 push_cfun (DECL_STRUCT_FUNCTION (dispatch_decl)); in dispatch_function_versions()
2926 push_cfun (DECL_STRUCT_FUNCTION (decl)); in make_resolver_func()
2983 push_cfun (DECL_STRUCT_FUNCTION (resolver_decl)); in ix86_generate_version_dispatcher_body()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c2390 push_cfun (DECL_STRUCT_FUNCTION (function_decl)); in add_condition_to_bb()
2522 push_cfun (DECL_STRUCT_FUNCTION (dispatch_decl)); in dispatch_function_versions()
2796 push_cfun (DECL_STRUCT_FUNCTION (decl)); in make_resolver_func()
2853 push_cfun (DECL_STRUCT_FUNCTION (resolver_decl)); in ix86_generate_version_dispatcher_body()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-gimplify.cc586 push_cfun (DECL_STRUCT_FUNCTION (fndecl)); in c_genericize()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc735 push_cfun (DECL_STRUCT_FUNCTION (f)); in start_function()

123