Home
last modified time | relevance | path

Searched refs:EXIT_BLOCK_PTR_FOR_FN (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c284 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()
H A Dgcc-common.h403 #define EXIT_BLOCK_PTR_FOR_FN(FN) EXIT_BLOCK_PTR_FOR_FUNCTION(FN) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-ssa-live.h293 && bb != EXIT_BLOCK_PTR_FOR_FN (cfun)); in live_on_entry()
307 && bb != EXIT_BLOCK_PTR_FOR_FN (cfun)); in live_on_exit()
H A Dsel-sched-ir.h1051 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()
H A Dsched-int.h1004 (RECOVERY_BLOCK (INSN) == EXIT_BLOCK_PTR_FOR_FN (cfun))
1012 && RECOVERY_BLOCK (INSN) != EXIT_BLOCK_PTR_FOR_FN (cfun))
H A Dbasic-block.h203 #define EXIT_BLOCK_PTR_FOR_FN(FN) ((FN)->cfg->x_exit_block_ptr) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-ssa-live.h293 && bb != EXIT_BLOCK_PTR_FOR_FN (cfun)); in live_on_entry()
307 && bb != EXIT_BLOCK_PTR_FOR_FN (cfun)); in live_on_exit()
H A Dsel-sched-ir.h1051 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()
H A Dsched-int.h1004 (RECOVERY_BLOCK (INSN) == EXIT_BLOCK_PTR_FOR_FN (cfun))
1012 && RECOVERY_BLOCK (INSN) != EXIT_BLOCK_PTR_FOR_FN (cfun))
H A Dbasic-block.h203 #define EXIT_BLOCK_PTR_FOR_FN(FN) ((FN)->cfg->x_exit_block_ptr) macro