Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp187 Loop *currentLoop; member in __anonbcfadd0d0111::LoopUnswitch
206 currentLoop(nullptr), DT(nullptr), loopHeader(nullptr), in LoopUnswitch()
226 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
230 loopHeader = currentLoop->getHeader(); in initLoopData()
231 loopPreheader = currentLoop->getLoopPreheader(); in initLoopData()
453 currentLoop = L; in runOnLoop()
454 Function *F = currentLoop->getHeader()->getParent(); in runOnLoop()
475 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
497 if (!currentLoop->isSafeToClone()) in processCurrentLoop()
501 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp181 Loop *currentLoop = nullptr; member in __anon2e9142650111::LoopUnswitch
224 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
228 loopHeader = currentLoop->getHeader(); in initLoopData()
229 loopPreheader = currentLoop->getLoopPreheader(); in initLoopData()
518 currentLoop = L; in runOnLoop()
519 Function *F = currentLoop->getHeader()->getParent(); in runOnLoop()
527 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
540 while (currentLoop->contains(DomBB)) { in isUnreachableDueToPreviousUnswitching()
617 if (!currentLoop->isSafeToClone()) in processCurrentLoop()
621 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp79 Loop *currentLoop; member in __anondb7020390111::LoopUnswitch
95 currentLoop(NULL), DT(NULL), loopHeader(NULL), in LoopUnswitch()
133 loopHeader = currentLoop->getHeader(); in initLoopData()
134 loopPreheader = currentLoop->getLoopPreheader(); in initLoopData()
212 currentLoop = L; in runOnLoop()
213 Function *F = currentLoop->getHeader()->getParent(); in runOnLoop()
216 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
233 LLVMContext &Context = currentLoop->getHeader()->getContext(); in processCurrentLoop()
238 for (Loop::block_iterator I = currentLoop->block_begin(), in processCurrentLoop()
239 E = currentLoop->block_end(); I != E; ++I) { in processCurrentLoop()
[all …]