Searched refs:EXIT_BLOCK_PTR_FOR_FN (Results 1 – 10 of 10) sorted by relevance
284 if (EDGE_COUNT(EXIT_BLOCK_PTR_FOR_FN(cfun)->preds) == 0) in latent_entropy_gate()423 gcc_assert(single_pred_p(EXIT_BLOCK_PTR_FOR_FN(cfun))); in perturb_latent_entropy()424 last_bb_e = single_pred_edge(EXIT_BLOCK_PTR_FOR_FN(cfun)); in perturb_latent_entropy()429 if (EXIT_BLOCK_PTR_FOR_FN(cfun) == e->src) in perturb_latent_entropy()435 last_bb = single_pred(EXIT_BLOCK_PTR_FOR_FN(cfun)); in perturb_latent_entropy()542 while (bb != EXIT_BLOCK_PTR_FOR_FN(cfun)) { in latent_entropy_execute()
403 #define EXIT_BLOCK_PTR_FOR_FN(FN) EXIT_BLOCK_PTR_FOR_FUNCTION(FN) macro
293 && bb != EXIT_BLOCK_PTR_FOR_FN (cfun)); in live_on_entry()307 && bb != EXIT_BLOCK_PTR_FOR_FN (cfun)); in live_on_exit()
1051 if (bb == EXIT_BLOCK_PTR_FOR_FN (cfun)) in inner_loop_header_p()1077 gcc_assert (loop->latch != EXIT_BLOCK_PTR_FOR_FN (cfun) in get_loop_exit_edges_unique_dests()1110 if (bb == EXIT_BLOCK_PTR_FOR_FN (cfun)) in sel_bb_empty_or_nop_p()1235 if (bb != EXIT_BLOCK_PTR_FOR_FN (cfun) && BB_END (bb) != insn) in _succ_iter_start()1339 if (bb == EXIT_BLOCK_PTR_FOR_FN (cfun) || bb == after_recovery) in _succ_iter_cond()
1004 (RECOVERY_BLOCK (INSN) == EXIT_BLOCK_PTR_FOR_FN (cfun))1012 && RECOVERY_BLOCK (INSN) != EXIT_BLOCK_PTR_FOR_FN (cfun))
203 #define EXIT_BLOCK_PTR_FOR_FN(FN) ((FN)->cfg->x_exit_block_ptr) macro