Home
last modified time | relevance | path

Searched refs:ENTRY_BLOCK_PTR_FOR_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dtree-inline.c883 if (ENTRY_BLOCK_PTR_FOR_FUNCTION (src_cfun)->count) in copy_cfg_body()
885 / ENTRY_BLOCK_PTR_FOR_FUNCTION (src_cfun)->count); in copy_cfg_body()
889 if (ENTRY_BLOCK_PTR_FOR_FUNCTION (src_cfun)->frequency) in copy_cfg_body()
892 ENTRY_BLOCK_PTR_FOR_FUNCTION (src_cfun)->frequency); in copy_cfg_body()
900 gcc_assert (ENTRY_BLOCK_PTR_FOR_FUNCTION in copy_cfg_body()
922 (ENTRY_BLOCK_PTR_FOR_FUNCTION (src_cfun)->count * count_scale / in copy_cfg_body()
925 (ENTRY_BLOCK_PTR_FOR_FUNCTION (src_cfun)->frequency * in copy_cfg_body()
938 ENTRY_BLOCK_PTR_FOR_FUNCTION (cfun_to_copy)->aux = entry_block_map; in copy_cfg_body()
988 gcc_assert (ENTRY_BLOCK_PTR_FOR_FUNCTION (DECL_STRUCT_FUNCTION (fndecl))); in copy_body()
2858 old_entry_block = ENTRY_BLOCK_PTR_FOR_FUNCTION in tree_function_versioning()
Dipa-cp.c453 if (ENTRY_BLOCK_PTR_FOR_FUNCTION (func)->succs) in constant_val_insert()
454 FOR_EACH_EDGE (e_step, ei, ENTRY_BLOCK_PTR_FOR_FUNCTION (func)->succs) in constant_val_insert()
743 ENTRY_BLOCK_PTR_FOR_FUNCTION (DECL_STRUCT_FUNCTION (node->decl)); in ipcp_profile_edge_print()
796 ENTRY_BLOCK_PTR_FOR_FUNCTION (DECL_STRUCT_FUNCTION (node->decl)); in ipcp_profile_bb_print()
Dbasic-block.h393 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr) macro
449 for (BB = ENTRY_BLOCK_PTR_FOR_FUNCTION (FN); BB; BB = BB->next_bb)
DChangeLog-200524156 EXIT_BLOCK_PTR_FOR_FUNCTION, ENTRY_BLOCK_PTR_FOR_FUNCTION,