Searched refs:ENTRY_BLOCK_PTR_FOR_FN (Results 1 – 10 of 10) sorted by relevance
129 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()
184 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()
427 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()
402 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) macro
292 && bb != ENTRY_BLOCK_PTR_FOR_FN (cfun) in live_on_entry()306 && bb != ENTRY_BLOCK_PTR_FOR_FN (cfun) in live_on_exit()
53 return (preheader ? preheader->src : ENTRY_BLOCK_PTR_FOR_FN (cfun)); in block_before_loop()
202 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ((FN)->cfg->x_entry_block_ptr) macro253 for (BB = ENTRY_BLOCK_PTR_FOR_FN (FN); BB; BB = BB->next_bb)