Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp257 bool tryTrivialLoopUnswitch(bool &Changed);
672 if (tryTrivialLoopUnswitch(Changed)) { in processCurrentLoop()
1152 bool LoopUnswitch::tryTrivialLoopUnswitch(bool &Changed) { in tryTrivialLoopUnswitch() function in LoopUnswitch