Lines Matching refs:FN
405 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ENTRY_BLOCK_PTR_FOR_FUNCTION(FN)
406 #define EXIT_BLOCK_PTR_FOR_FN(FN) EXIT_BLOCK_PTR_FOR_FUNCTION(FN)
407 #define basic_block_info_for_fn(FN) ((FN)->cfg->x_basic_block_info)
408 #define n_basic_blocks_for_fn(FN) ((FN)->cfg->x_n_basic_blocks)
409 #define n_edges_for_fn(FN) ((FN)->cfg->x_n_edges)
410 #define last_basic_block_for_fn(FN) ((FN)->cfg->x_last_basic_block)
411 #define label_to_block_map_for_fn(FN) ((FN)->cfg->x_label_to_block_map)
412 #define profile_status_for_fn(FN) ((FN)->cfg->x_profile_status)
413 #define BASIC_BLOCK_FOR_FN(FN, N) BASIC_BLOCK_FOR_FUNCTION((FN), (N))