Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp184 Loop *currentLoop = nullptr; member in __anon3ab403ad0111::LoopUnswitch
233 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
237 loopHeader = currentLoop->getHeader(); in initLoopData()
238 loopPreheader = currentLoop->getLoopPreheader(); in initLoopData()
533 currentLoop = L; in runOnLoop()
534 Function *F = currentLoop->getHeader()->getParent(); in runOnLoop()
545 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
563 while (currentLoop->contains(DomBB)) { in isUnreachableDueToPreviousUnswitching()
640 if (!currentLoop->isSafeToClone()) in processCurrentLoop()
644 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
[all …]