Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadbackward.c46 bool *creates_irreducible_loop);
141 bool *creates_irreducible_loop) in profitable_jump_thread_path() argument
347 *creates_irreducible_loop = false; in profitable_jump_thread_path()
352 *creates_irreducible_loop = true; in profitable_jump_thread_path()
398 if (!threaded_multiway_branch && *creates_irreducible_loop in profitable_jump_thread_path()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadbackward.cc591 bool *creates_irreducible_loop) in profitable_path_p() argument
750 if (creates_irreducible_loop) in profitable_path_p()
755 *creates_irreducible_loop = false; in profitable_path_p()
761 *creates_irreducible_loop = true; in profitable_path_p()
800 && creates_irreducible_loop in profitable_path_p()
801 && *creates_irreducible_loop in profitable_path_p()