Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp138 Loop *currentLoop; member in __anon116236aa0111::LoopUnswitch
154 currentLoop(0), DT(0), loopHeader(0), in LoopUnswitch()
180 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
193 loopHeader = currentLoop->getHeader(); in initLoopData()
194 loopPreheader = currentLoop->getLoopPreheader(); in initLoopData()
388 currentLoop = L; in runOnLoop()
389 Function *F = currentLoop->getHeader()->getParent(); in runOnLoop()
392 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
417 if (!currentLoop->isSafeToClone()) in processCurrentLoop()
421 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
[all …]