Home
last modified time | relevance | path

Searched defs:FN (Results 1 – 1 of 1) sorted by relevance

/scripts/gcc-plugins/
Dgcc-common.h405 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) argument
406 #define EXIT_BLOCK_PTR_FOR_FN(FN) EXIT_BLOCK_PTR_FOR_FUNCTION(FN) argument
407 #define basic_block_info_for_fn(FN) ((FN)->cfg->x_basic_block_info) argument
408 #define n_basic_blocks_for_fn(FN) ((FN)->cfg->x_n_basic_blocks) argument
409 #define n_edges_for_fn(FN) ((FN)->cfg->x_n_edges) argument
410 #define last_basic_block_for_fn(FN) ((FN)->cfg->x_last_basic_block) argument
411 #define label_to_block_map_for_fn(FN) ((FN)->cfg->x_label_to_block_map) argument
412 #define profile_status_for_fn(FN) ((FN)->cfg->x_profile_status) argument
413 #define BASIC_BLOCK_FOR_FN(FN, N) BASIC_BLOCK_FOR_FUNCTION((FN), (N)) argument