Home
last modified time | relevance | path

Searched refs:my_function (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-fnsummary.c1769 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); in compute_bb_predicates() local
1773 FOR_EACH_BB_FN (bb, my_function) in compute_bb_predicates()
1780 ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux in compute_bb_predicates()
1782 *(predicate *) ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux = true; in compute_bb_predicates()
1789 FOR_EACH_BB_FN (bb, my_function) in compute_bb_predicates()
1840 if (pdom_bb == EXIT_BLOCK_PTR_FOR_FN (my_function) || !pdom_bb) in compute_bb_predicates()
2440 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); in analyze_function_body() local
2451 gcc_assert (my_function && my_function->cfg); in analyze_function_body()
2452 gcc_assert (cfun == my_function); in analyze_function_body()
2488 (SSANAMES (my_function)->length ()); in analyze_function_body()
[all …]
H A Dtree-inline.c4557 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl); in estimate_num_insns_fn() local
4562 gcc_assert (my_function && my_function->cfg); in estimate_num_insns_fn()
4563 FOR_EACH_BB_FN (bb, my_function) in estimate_num_insns_fn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-fnsummary.cc1881 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); in compute_bb_predicates() local
1885 FOR_EACH_BB_FN (bb, my_function) in compute_bb_predicates()
1892 ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux in compute_bb_predicates()
1894 *(ipa_predicate *) ENTRY_BLOCK_PTR_FOR_FN (my_function)->aux = true; in compute_bb_predicates()
1901 FOR_EACH_BB_FN (bb, my_function) in compute_bb_predicates()
1952 if (pdom_bb == EXIT_BLOCK_PTR_FOR_FN (my_function) || !pdom_bb) in compute_bb_predicates()
2610 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); in analyze_function_body() local
2622 gcc_assert (my_function && my_function->cfg); in analyze_function_body()
2623 gcc_assert (cfun == my_function); in analyze_function_body()
2659 (SSANAMES (my_function)->length (), true); in analyze_function_body()
[all …]
H A Dtree-inline.cc4616 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl); in estimate_num_insns_fn() local
4621 gcc_assert (my_function && my_function->cfg); in estimate_num_insns_fn()
4622 FOR_EACH_BB_FN (bb, my_function) in estimate_num_insns_fn()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DNVPTXUsage.rst285 float my_function(float a) {
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git108324 void my_function (T v, gdb::function_view<void(T)> callback = nullptr);
108330 my_function (1, lambda);
108335 my_function (1, gdb::make_function_view (lambda));