Home
last modified time | relevance | path

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

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