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

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp137 Loop *currentLoop; member in class:__anon9705::LoopUnswitch
153 currentLoop(NULL), DT(NULL), loopHeader(NULL),
178 BranchesInfo.forgetLoop(currentLoop);
191 loopHeader = currentLoop->getHeader();
192 loopPreheader = currentLoop->getLoopPreheader();
380 currentLoop = L;
381 Function *F = currentLoop->getHeader()->getParent();
384 assert(currentLoop->isLCSSAForm(*DT));
409 if (!currentLoop->isSafeToClone())
413 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 84 milliseconds