Home
last modified time | relevance | path

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

/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.c184 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in stackleak_instrument_execute()
185 entry_bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in stackleak_instrument_execute()
251 split_edge(single_succ_edge(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in stackleak_instrument_execute()
252 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in stackleak_instrument_execute()
253 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in stackleak_instrument_execute()
Dlatent_entropy_plugin.c427 if (ENTRY_BLOCK_PTR_FOR_FN(cfun) == e->src) in perturb_latent_entropy()
522 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in latent_entropy_execute()
523 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in latent_entropy_execute()
525 split_edge(single_succ_edge(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in latent_entropy_execute()
526 gcc_assert(single_succ_p(ENTRY_BLOCK_PTR_FOR_FN(cfun))); in latent_entropy_execute()
527 bb = single_succ(ENTRY_BLOCK_PTR_FOR_FN(cfun)); in latent_entropy_execute()
Dgcc-common.h405 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) macro