HomeSort by relevance Sort by last modified time
    Searched refs:getParentLoop (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Analysis/
LoopInfo.cpp 511 while (OuterParent->getParentLoop() != Unloop)
512 OuterParent = OuterParent->getParentLoop();
517 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent;
518 OldParent = OldParent->getParentLoop()) {
555 while (Subloop->getParentLoop() != Unloop) {
556 Subloop = Subloop->getParentLoop();
586 assert(L->getParentLoop() == Unloop && "cannot skip into nested loops");
597 L = L->getParentLoop();
629 if (!Unloop->getParentLoop()) {
671 Loop *ParentLoop = Unloop->getParentLoop();
    [all...]
Delinearization.cpp 96 for (Loop *L = LI->getLoopFor(BB); L != nullptr; L = L->getParentLoop()) {
LoopPass.cpp 117 else if (!L->getParentLoop())
124 if (*I == L->getParentLoop()) {
CFG.cpp 115 while (const Loop *Parent = L->getParentLoop())
RegionInfo.cpp 151 while (L && contains(L->getParentLoop())) {
152 L = L->getParentLoop();
DependenceAnalysis.cpp 726 SrcLoop = SrcLoop->getParentLoop();
730 DstLoop = DstLoop->getParentLoop();
734 SrcLoop = SrcLoop->getParentLoop();
735 DstLoop = DstLoop->getParentLoop();
767 isLoopInvariant(Expression, LoopNest->getParentLoop());
781 LoopNest = LoopNest->getParentLoop();
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 99 LoopT *getParentLoop() const { return ParentLoop; }
110 return contains(L->getParentLoop());
559 assert(!L->getParentLoop() && "Not a top-level loop!");
590 assert(!New->getParentLoop() && "Loop already in subloop!");
600 for (LoopT *L = I->second; L; L = L->getParentLoop())
613 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
LoopInfoImpl.h 201 L = L->getParentLoop();
377 while (LoopT *Parent = Subloop->getParentLoop())
466 if (Subloop->getParentLoop())
467 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop);
477 Subloop = Subloop->getParentLoop();
479 for (; Subloop; Subloop = Subloop->getParentLoop())
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 159 if (Loop *ParentLoop = L->getParentLoop())
266 if (Loop *ParentLoop = L->getParentLoop())
341 if (Loop *ParentLoop = L->getParentLoop()) {
LoopUnroll.cpp 480 Loop *OuterL = L->getParentLoop();
503 while (OuterL->getParentLoop() != LatchLoop)
504 OuterL = OuterL->getParentLoop();
BreakCriticalEdges.cpp 299 if (Loop *P = DestLoop->getParentLoop())
BasicBlockUtils.cpp 362 PredLoop = PredLoop->getParentLoop();
    [all...]
LoopSimplify.cpp 300 if (Loop *Parent = L->getParentLoop())
    [all...]
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 87 if (L->getParentLoop())
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 323 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) &&
332 if (L->getParentLoop())
    [all...]
IndVarSimplify.cpp 514 (!L->getParentLoop() || L->getParentLoop() == LI->getLoopFor(ExitBB));
553 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop());
784 L = L->getParentLoop())
    [all...]
LoopUnswitch.cpp 827 Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM);
833 Loop *ParentLoop = L->getParentLoop();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 884 loopRep = loopRep->getParentLoop();
936 loopRep = loopRep->getParentLoop();
1023 LoopT *parentLoopRep = loopRep->getParentLoop();
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 884 loopRep = loopRep->getParentLoop();
936 loopRep = loopRep->getParentLoop();
1023 LoopT *parentLoopRep = loopRep->getParentLoop();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 183 if (!L->getParentLoop())
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 315 for (MachineLoop *L = CurLoop->getParentLoop(); L; L = L->getParentLoop())
    [all...]
MachineBasicBlock.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 395 LoopRep = LoopRep->getParentLoop();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 311 if (!L->getParentLoop())
    [all...]

Completed in 342 milliseconds

1 2