Home
last modified time | relevance | path

Searched refs:find_loop_guard (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-unswitch.cc82 static edge find_loop_guard (class loop *, vec<gimple *>&);
541 while ((guard = find_loop_guard (loop, dbg_to_reset))) in tree_unswitch_outer_loop()
562 find_loop_guard (class loop *loop, vec<gimple *> &dbg_to_reset) in find_loop_guard() function
H A DChangeLog-201615391 (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
15394 (find_loop_guard): Adjust to skip already hoisted guards. Do
25821 * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
H A DChangeLog12422 (find_loop_guard): Adjust.
H A DChangeLog-201512679 * tree-ssa-loop-unswitch.c (find_loop_guard): Add check that GUARD_EDGE
13190 (find_loop_guard): Likewise.
H A DChangeLog-20211633 (find_loop_guard): Likewise.
H A DChangeLog-20193017 * tree-ssa-loop-unswitch.c (find_loop_guard): Use safe_dyn_cast instead
H A DChangeLog-201722861 * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-unswitch.c81 static edge find_loop_guard (class loop *);
531 while ((guard = find_loop_guard (loop))) in tree_unswitch_outer_loop()
546 find_loop_guard (class loop *loop) in find_loop_guard() function