Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp185 Loop *currentLoop; member in __anon1bf9f3440111::LoopUnswitch
201 currentLoop(nullptr), DT(nullptr), loopHeader(nullptr), in LoopUnswitch()
230 BranchesInfo.forgetLoop(currentLoop); in releaseMemory()
234 loopHeader = currentLoop->getHeader(); in initLoopData()
235 loopPreheader = currentLoop->getLoopPreheader(); in initLoopData()
441 currentLoop = L; in runOnLoop()
442 Function *F = currentLoop->getHeader()->getParent(); in runOnLoop()
459 assert(currentLoop->isLCSSAForm(*DT)); in runOnLoop()
481 if (!currentLoop->isSafeToClone()) in processCurrentLoop()
485 if (!currentLoop->hasDedicatedExits()) in processCurrentLoop()
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dloop.js25 var currentLoop = 0;
27 ++currentLoop;
28 if (currentLoop == loopCount) {