Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp184 Loop *currentLoop = nullptr; member in __anon33c827c70111::LoopUnswitch
233 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
237 loopHeader = currentLoop->getHeader(); in initLoopData()
238 loopPreheader = currentLoop->getLoopPreheader(); in initLoopData()
532 currentLoop = L; in runOnLoop()
544 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
562 while (currentLoop->contains(DomBB)) { in isUnreachableDueToPreviousUnswitching()
639 if (!currentLoop->isSafeToClone()) in processCurrentLoop()
643 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
682 for (const auto BB : currentLoop->blocks()) { in processCurrentLoop()
[all …]