Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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