Searched refs:find_loop_guard (Results 1 – 8 of 8) sorted by relevance
82 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
15391 (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we15394 (find_loop_guard): Adjust to skip already hoisted guards. Do25821 * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
12422 (find_loop_guard): Adjust.
12679 * tree-ssa-loop-unswitch.c (find_loop_guard): Add check that GUARD_EDGE13190 (find_loop_guard): Likewise.
1633 (find_loop_guard): Likewise.
3017 * tree-ssa-loop-unswitch.c (find_loop_guard): Use safe_dyn_cast instead
22861 * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
81 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