Lines Matching refs:my_function
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()
2849 FOR_ALL_BB_FN (bb, my_function) in analyze_function_body()