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

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp138 Loop *currentLoop; member in class:__anon9943::LoopUnswitch
154 currentLoop(NULL), DT(NULL), loopHeader(NULL),
180 BranchesInfo.forgetLoop(currentLoop);
193 loopHeader = currentLoop->getHeader();
194 loopPreheader = currentLoop->getLoopPreheader();
390 currentLoop = L;
391 Function *F = currentLoop->getHeader()->getParent();
394 assert(currentLoop->isLCSSAForm(*DT));
419 if (!currentLoop->isSafeToClone())
423 if (!currentLoop
[all...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm998 NSRunLoop* currentLoop = [NSRunLoop currentRunLoop];
1001 [currentLoop performSelector:@selector(perform)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1471 if (m_isAlternate && currentLoop()%2)

Completed in 126 milliseconds