EXIT_BLOCK_PTR_FOR_FN 278 scripts/gcc-plugins/latent_entropy_plugin.c if (EDGE_COUNT(EXIT_BLOCK_PTR_FOR_FN(cfun)->preds) == 0) EXIT_BLOCK_PTR_FOR_FN 417 scripts/gcc-plugins/latent_entropy_plugin.c gcc_assert(single_pred_p(EXIT_BLOCK_PTR_FOR_FN(cfun))); EXIT_BLOCK_PTR_FOR_FN 418 scripts/gcc-plugins/latent_entropy_plugin.c last_bb_e = single_pred_edge(EXIT_BLOCK_PTR_FOR_FN(cfun)); EXIT_BLOCK_PTR_FOR_FN 423 scripts/gcc-plugins/latent_entropy_plugin.c if (EXIT_BLOCK_PTR_FOR_FN(cfun) == e->src) EXIT_BLOCK_PTR_FOR_FN 429 scripts/gcc-plugins/latent_entropy_plugin.c last_bb = single_pred(EXIT_BLOCK_PTR_FOR_FN(cfun)); EXIT_BLOCK_PTR_FOR_FN 536 scripts/gcc-plugins/latent_entropy_plugin.c while (bb != EXIT_BLOCK_PTR_FOR_FN(cfun)) {