Home
last modified time | relevance | path

Searched refs:threaded_multiway_branch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadbackward.c188 bool threaded_multiway_branch = false; in profitable_jump_thread_path() local
290 threaded_multiway_branch = true; in profitable_jump_thread_path()
398 if (!threaded_multiway_branch && *creates_irreducible_loop in profitable_jump_thread_path()
420 if (!(threaded_through_latch && threaded_multiway_branch) in profitable_jump_thread_path()
436 if (!threaded_multiway_branch && multiway_branch_in_path) in profitable_jump_thread_path()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadbackward.cc621 bool threaded_multiway_branch = false; in profitable_path_p() local
718 threaded_multiway_branch = true; in profitable_path_p()
799 if (!threaded_multiway_branch in profitable_path_p()
818 if (!(threaded_through_latch && threaded_multiway_branch) in profitable_path_p()
833 if (!threaded_multiway_branch && multiway_branch_in_path) in profitable_path_p()