Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp213 bool processCurrentLoop();
548 Changed |= processCurrentLoop(); in runOnLoop()
629 bool LoopUnswitch::processCurrentLoop() { in processCurrentLoop() function in LoopUnswitch