Searched refs:EXIT_BLOCK_PTR_FOR_FN (Results 1 – 2 of 2) 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