Searched refs:mfb_keep_just (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloopmanip.h | 54 extern bool mfb_keep_just (edge);
|
H A D | cfgloopmanip.cc | 1380 mfb_keep_just (edge e) in mfb_keep_just() function 1464 edge fallthru = make_forwarder_block (loop->header, mfb_keep_just, NULL); in create_preheader()
|
H A D | tree-ssa-threadupdate.cc | 1879 latch = make_forwarder_block (tgt_bb, mfb_keep_just, NULL); in thread_through_loop_header()
|
H A D | ChangeLog.tree-ssa | 2907 (update_latch_info, mfb_keep_just, mfb_keep_nonlatch): New functions. 2915 (mfb_keep_just, mfb_update_loops): New static functions.
|
H A D | ChangeLog-2007 | 20729 * cfgloopmanip.c (create_preheader, mfb_keep_just): Export. 20739 * basic-block.h (mfb_keep_just, mfb_kj_edge): Declare. 29776 update_latch_info, mfb_keep_just, mfb_keep_nonlatch): Removed.
|
H A D | ChangeLog-2004 | 10781 (mfb_keep_just): Likewise. 44572 * cfgloop.c (update_latch_info, mfb_keep_just, mfb_keep_nonlatch): 44598 (mfb_keep_just, mfb_update_loops): New static functions.
|
H A D | ChangeLog-2019 | 21573 (mfb_keep_just): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloopmanip.h | 57 extern bool mfb_keep_just (edge);
|
H A D | cfgloopmanip.c | 1449 mfb_keep_just (edge e) in mfb_keep_just() function 1533 edge fallthru = make_forwarder_block (loop->header, mfb_keep_just, NULL); in create_preheader()
|
H A D | tree-ssa-threadupdate.c | 1791 latch = make_forwarder_block (tgt_bb, mfb_keep_just, NULL); in thread_through_loop_header()
|