Searched refs:my_function (Results 1 – 5 of 5) sorted by relevance
51 my_function(int n) in my_function() function
1881 struct function *my_function = DECL_STRUCT_FUNCTION (node->decl); in compute_bb_predicates() local1885 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() local2622 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 …]
4616 struct function *my_function = DECL_STRUCT_FUNCTION (fndecl); in estimate_num_insns_fn() local4621 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()
15099 (@value{GDBP}) @b{trace my_function} // first source line of function15101 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
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));