HomeSort by relevance Sort by last modified time
    Searched refs:currentLoop (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 138 Loop *currentLoop;
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->hasDedicatedExits()
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]

Completed in 152 milliseconds