Searched refs:EXIT_BLOCK_PTR_FOR_FN (Results 1 – 2 of 2) sorted by relevance
278 if (EDGE_COUNT(EXIT_BLOCK_PTR_FOR_FN(cfun)->preds) == 0) in latent_entropy_gate()417 gcc_assert(single_pred_p(EXIT_BLOCK_PTR_FOR_FN(cfun))); in perturb_latent_entropy()418 last_bb_e = single_pred_edge(EXIT_BLOCK_PTR_FOR_FN(cfun)); in perturb_latent_entropy()423 if (EXIT_BLOCK_PTR_FOR_FN(cfun) == e->src) in perturb_latent_entropy()429 last_bb = single_pred(EXIT_BLOCK_PTR_FOR_FN(cfun)); in perturb_latent_entropy()536 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