Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/gcc-plugins/
Dstructleak_plugin.c129 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in initialize()
169 gsi = gsi_after_labels(single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in initialize()
182 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in structleak_execute()
183 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in structleak_execute()
185 split_edge(single_succ_edge(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in structleak_execute()
186 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in structleak_execute()
Dstackleak_plugin.c105 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in stackleak_instrument_execute()
106 entry_bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in stackleak_instrument_execute()
167 split_edge(single_succ_edge(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in stackleak_instrument_execute()
168 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in stackleak_instrument_execute()
169 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in stackleak_instrument_execute()
Dlatent_entropy_plugin.c421 if (ENTRY_BLOCK_PTR_FOR_FN(cfun) == e->src) in perturb_latent_entropy()
516 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in latent_entropy_execute()
517 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in latent_entropy_execute()
519 split_edge(single_succ_edge(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in latent_entropy_execute()
520 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in latent_entropy_execute()
521 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in latent_entropy_execute()
Dgcc-common.h400 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) macro