Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp187 Loop *currentLoop; member in __anon4dae7b810111::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/lib/Transforms/Scalar/
DLoopUnswitch.cpp79 Loop *currentLoop; member in __anon73635aad0111::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 …]