Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A 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()
H A 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()
H A 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()
H A Dgcc-common.h402 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-ssa-live.h292 && bb != ENTRY_BLOCK_PTR_FOR_FN (cfun) in live_on_entry()
306 && bb != ENTRY_BLOCK_PTR_FOR_FN (cfun) in live_on_exit()
H A Dtree-scalar-evolution.h53 return (preheader ? preheader->src : ENTRY_BLOCK_PTR_FOR_FN (cfun)); in block_before_loop()
H A Dbasic-block.h202 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ((FN)->cfg->x_entry_block_ptr) macro
253 for (BB = ENTRY_BLOCK_PTR_FOR_FN (FN); BB; BB = BB->next_bb)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-ssa-live.h292 && bb != ENTRY_BLOCK_PTR_FOR_FN (cfun) in live_on_entry()
306 && bb != ENTRY_BLOCK_PTR_FOR_FN (cfun) in live_on_exit()
H A Dtree-scalar-evolution.h53 return (preheader ? preheader->src : ENTRY_BLOCK_PTR_FOR_FN (cfun)); in block_before_loop()
H A Dbasic-block.h202 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ((FN)->cfg->x_entry_block_ptr) macro
253 for (BB = ENTRY_BLOCK_PTR_FOR_FN (FN); BB; BB = BB->next_bb)