Searched refs:EXIT_BLOCK_PTR_FOR_FN (Results 176 - 200 of 206) sorted by relevance

123456789

/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc3850 && EDGE_COUNT (EXIT_BLOCK_PTR_FOR_FN (cfun)->preds) > 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-fnsummary.cc1952 if (pdom_bb == EXIT_BLOCK_PTR_FOR_FN (my_function) || !pdom_bb)
H A Dtree-ssa-ccp.cc3072 if (single_succ_edge (bb)->dest != EXIT_BLOCK_PTR_FOR_FN (cfun))
H A Dtree-ssa-structalias.cc7527 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)
H A Dlra-constraints.cc6954 if (bb->next_bb == EXIT_BLOCK_PTR_FOR_FN (cfun)
H A Dtree-ssa-loop-ivopts.cc2754 if (e->dest != EXIT_BLOCK_PTR_FOR_FN (cfun)
H A Dtree-ssa-reassoc.cc7030 return reassociate_bb (EXIT_BLOCK_PTR_FOR_FN (cfun));
H A Dcombine.cc4418 && (this_basic_block->next_bb == EXIT_BLOCK_PTR_FOR_FN (cfun)
14891 (insn && (this_basic_block->next_bb == EXIT_BLOCK_PTR_FOR_FN (cfun)
H A Dtree-vect-stmts.cc913 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc9580 || optimize_bb_for_size_p (EXIT_BLOCK_PTR_FOR_FN (cfun))
21852 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)
21983 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)
22023 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c3552 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)
10321 == EXIT_BLOCK_PTR_FOR_FN (cfun);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc3552 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)
10321 == EXIT_BLOCK_PTR_FOR_FN (cfun);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlra-constraints.c6815 if (bb->next_bb == EXIT_BLOCK_PTR_FOR_FN (cfun)
H A Dtree-ssa-reassoc.c6608 return reassociate_bb (EXIT_BLOCK_PTR_FOR_FN (cfun));
H A Dtree-ssa-structalias.c7396 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)
H A Dhsa-gen.c307 hsa_init_new_bb (EXIT_BLOCK_PTR_FOR_FN (cfun));
H A Dtree-ssa-loop-ivopts.c2752 if (e->dest != EXIT_BLOCK_PTR_FOR_FN (cfun)
H A Dcombine.c4534 && (this_basic_block->next_bb == EXIT_BLOCK_PTR_FOR_FN (cfun)
15010 (insn && (this_basic_block->next_bb == EXIT_BLOCK_PTR_FOR_FN (cfun)
H A Dtree-vect-stmts.c963 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)
H A Domp-expand.c3214 = create_empty_bb (EXIT_BLOCK_PTR_FOR_FN (cfun)->prev_bb);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c3304 block = EXIT_BLOCK_PTR_FOR_FN (cfun);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc3776 block = EXIT_BLOCK_PTR_FOR_FN (cfun);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c7914 if (succ->dest == EXIT_BLOCK_PTR_FOR_FN (cfun))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc7902 if (succ->dest == EXIT_BLOCK_PTR_FOR_FN (cfun))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c8100 bitmap epilogue_live_in = df_get_live_in (EXIT_BLOCK_PTR_FOR_FN (cfun));
22560 FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR_FOR_FN (cfun)->preds)

Completed in 786 milliseconds

123456789