Searched refs:loop_exits_from_bb_p (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-loop-jam.cc | 267 || (loop_exits_from_bb_p (outer, bbs[i]) in unroll_jam_possible_p()
|
H A D | tree-ssa-loop-ch.cc | 261 if (!loop_exits_from_bb_p (loop, single_pred (loop->latch))) in do_while_loop_p()
|
H A D | cfgloop.h | 371 extern bool loop_exits_from_bb_p (class loop *, basic_block);
|
H A D | tree-ssa-loop-split.cc | 104 if (loop_exits_from_bb_p (loop, bb)) in split_at_bb_p()
|
H A D | cfgloop.cc | 1833 loop_exits_from_bb_p (class loop *loop, basic_block bb) in loop_exits_from_bb_p() function
|
H A D | tree-ssa-threadupdate.cc | 1527 && loop_exits_from_bb_p (bb->loop_father, in thread_block_1()
|
H A D | ChangeLog.graphite | 1145 (loop_exits_from_bb_p): New. 1147 (loop_exits_from_bb_p): Declared.
|
H A D | ChangeLog-2010 | 17786 (loop_exits_from_bb_p): New. 17788 (loop_exits_from_bb_p): Declared.
|
H A D | ChangeLog-2019 | 21532 (loop_exits_from_bb_p): Same.
|
H A D | ChangeLog-2014 | 27209 * cfgloop.c (loop_exits_from_bb_p): Strengthen local "insn" from
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-ch.c | 241 if (!loop_exits_from_bb_p (loop, single_pred (loop->latch))) in do_while_loop_p()
|
H A D | cfgloop.h | 371 extern bool loop_exits_from_bb_p (class loop *, basic_block);
|
H A D | tree-ssa-loop-split.c | 104 if (loop_exits_from_bb_p (loop, bb)) in split_at_bb_p()
|
H A D | cfgloop.c | 1821 loop_exits_from_bb_p (class loop *loop, basic_block bb) in loop_exits_from_bb_p() function
|
H A D | tree-ssa-threadupdate.c | 1442 && loop_exits_from_bb_p (bb->loop_father, in thread_block_1()
|