Searched refs:my_function (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-fnsummary.c | 1769 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 D | tree-inline.c | 4557 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 D | ipa-fnsummary.cc | 1881 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 D | tree-inline.cc | 4616 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 D | NVPTXUsage.rst | 285 float my_function(float a) {
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 108324 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));
|