Searched refs:EXIT_BLOCK_PTR_FOR_FUNCTION (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dipa-cp.c752 EXIT_BLOCK_PTR_FOR_FUNCTION (DECL_STRUCT_FUNCTION
769 EXIT_BLOCK_PTR_FOR_FUNCTION (DECL_STRUCT_FUNCTION
810 EXIT_BLOCK_PTR_FOR_FUNCTION (DECL_STRUCT_FUNCTION (node->decl));
H A Dtree-inline.c928 (EXIT_BLOCK_PTR_FOR_FUNCTION (src_cfun)->count * count_scale /
931 (EXIT_BLOCK_PTR_FOR_FUNCTION (src_cfun)->frequency *
939 EXIT_BLOCK_PTR_FOR_FUNCTION (cfun_to_copy)->aux = exit_block_map;
H A Dbasic-block.h394 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr) macro

Completed in 58 milliseconds