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

1 2

  /external/llvm/lib/Analysis/
LoopInfo.cpp 537 while (OuterParent->getParentLoop() != Unloop)
538 OuterParent = OuterParent->getParentLoop();
543 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent;
544 OldParent = OldParent->getParentLoop()) {
581 while (Subloop->getParentLoop() != Unloop) {
582 Subloop = Subloop->getParentLoop();
612 assert(L->getParentLoop() == Unloop && "cannot skip into nested loops");
623 L = L->getParentLoop();
644 if (!Unloop->getParentLoop()) {
687 Loop *ParentLoop = Unloop->getParentLoop();
    [all...]
Delinearization.cpp 96 for (Loop *L = LI->getLoopFor(BB); L != nullptr; L = L->getParentLoop()) {
CFG.cpp 116 while (const Loop *Parent = L->getParentLoop())
LoopPass.cpp 81 if (*I == L->getParentLoop()) {
DependenceAnalysis.cpp 723 SrcLoop = SrcLoop->getParentLoop();
727 DstLoop = DstLoop->getParentLoop();
731 SrcLoop = SrcLoop->getParentLoop();
732 DstLoop = DstLoop->getParentLoop();
764 isLoopInvariant(Expression, LoopNest->getParentLoop());
778 LoopNest = LoopNest->getParentLoop();
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 201 L = L->getParentLoop();
377 while (LoopT *Parent = Subloop->getParentLoop())
438 if (Subloop->getParentLoop())
439 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop);
449 Subloop = Subloop->getParentLoop();
451 for (; Subloop; Subloop = Subloop->getParentLoop())
523 assert(!(*I)->getParentLoop() && "Top-level loop has a parent!");
LoopInfo.h 102 LoopT *getParentLoop() const { return ParentLoop; }
113 return contains(L->getParentLoop());
586 assert(!L->getParentLoop() && "Not a top-level loop!");
616 assert(!New->getParentLoop() && "Loop already in subloop!");
626 for (LoopT *L = I->second; L; L = L->getParentLoop())
639 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
RegionInfoImpl.h 146 while (L && contains(L->getParentLoop())) {
147 L = L->getParentLoop();
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 221 Loop *ParentL = L->getParentLoop();
336 Loop *NewLoopParent = NewLoops.lookup(OldLoop->getParentLoop());
528 Loop *OuterL = L->getParentLoop();
548 while (OuterL->getParentLoop() != LatchLoop)
549 OuterL = OuterL->getParentLoop();
LoopUnrollRuntime.cpp 154 Loop *ParentLoop = L->getParentLoop();
331 if (Loop *ParentLoop = L->getParentLoop())
BreakCriticalEdges.cpp 281 if (Loop *P = DestLoop->getParentLoop())
BasicBlockUtils.cpp 372 PredLoop = PredLoop->getParentLoop();
    [all...]
CloneFunction.cpp 759 Loop *ParentLoop = OrigLoop->getParentLoop();
    [all...]
LoopSimplify.cpp 295 if (Loop *Parent = L->getParentLoop())
    [all...]
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 88 if (L->getParentLoop())
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 286 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) &&
295 if (L->getParentLoop())
    [all...]
IndVarSimplify.cpp 576 (!L->getParentLoop() || L->getParentLoop() == LI->getLoopFor(ExitBB));
615 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop());
    [all...]
LoopUnswitch.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 311 Loop && Loop->contains(LayoutPred); Loop = Loop->getParentLoop())
  /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/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 185 if (!L->getParentLoop())
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 255 for (MachineLoop *L = CurLoop->getParentLoop(); L; L = L->getParentLoop())
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 398 LoopRep = LoopRep->getParentLoop();
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 358 if (!L->getParentLoop()) {
    [all...]

Completed in 490 milliseconds

1 2