Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/gcc-plugins/
Dstructleak_plugin.c123 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in initialize()
159 gsi = gsi_after_labels(single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in initialize()
172 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in structleak_execute()
173 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in structleak_execute()
175 split_edge(single_succ_edge(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in structleak_execute()
176 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in structleak_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.h396 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) macro