Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp222 bool processCurrentLoop();
563 Changed |= processCurrentLoop(); in runOnLoop()
644 bool LoopUnswitch::processCurrentLoop() { in processCurrentLoop() function in LoopUnswitch