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

1 2 3 4 5 6 7

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
VPlanLoopInfoTest.cpp 67 EXPECT_EQ(nullptr, VPLI.getLoopFor(PH));
69 EXPECT_EQ(VPLp, VPLI.getLoopFor(H));
71 EXPECT_EQ(VPLp, VPLI.getLoopFor(IfThen));
73 EXPECT_EQ(VPLp, VPLI.getLoopFor(IfElse));
75 EXPECT_EQ(VPLp, VPLI.getLoopFor(Latch));
77 EXPECT_EQ(nullptr, VPLI.getLoopFor(Exit));
VPlanTestBase.h 53 VPlanHCFGBuilder HCFGBuilder(LI->getLoopFor(LoopHeader), LI.get(), *Plan);
63 VPlanHCFGBuilder HCFGBuilder(LI->getLoopFor(LoopHeader), LI.get(), *Plan);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
LoopInfoTest.cpp 66 Loop *L = LI.getLoopFor(Header);
120 Loop &L_0 = *LI.getLoopFor(&*I++);
122 Loop &L_0_0 = *LI.getLoopFor(&*I++);
124 Loop &L_0_1 = *LI.getLoopFor(&*I++);
126 Loop &L_0_2 = *LI.getLoopFor(&*I++);
128 Loop &L_1 = *LI.getLoopFor(&*I++);
130 Loop &L_1_0 = *LI.getLoopFor(&*I++);
132 Loop &L_1_1 = *LI.getLoopFor(&*I++);
134 Loop &L_1_2 = *LI.getLoopFor(&*I++);
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 92 inline MachineLoop *getLoopFor(const MachineBasicBlock *BB) const {
93 return LI.getLoopFor(BB);
96 /// Same as getLoopFor.
98 return LI.getLoopFor(BB);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopInfo.h 84 /// getLoopFor - Return the inner most loop that BB lives in. If a basic
87 inline MachineLoop *getLoopFor(const MachineBasicBlock *BB) const {
88 return LI.getLoopFor(BB);
91 /// operator[] - same as getLoopFor...
94 return LI.getLoopFor(BB);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 116 inline MachineLoop *getLoopFor(const MachineBasicBlock *BB) const {
117 return LI.getLoopFor(BB);
120 /// Same as getLoopFor.
122 return LI.getLoopFor(BB);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyCFGSort.cpp 125 if (MachineLoop *L = MLI.getLoopFor(&MBB))
148 const MachineLoop *L = MLI.getLoopFor(MBB);
167 if (MachineLoop *SuccL = MLI.getLoopFor(Succ))
239 MachineLoop *Loop = MLI.getLoopFor(&MBB);
253 assert(OnStack.count(MLI.getLoopFor(&MBB)) &&
  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 342 MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
354 (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
365 MLI->getLoopFor(Restore)->getExitingBlocks(ExitBlocks);
394 for (const MachineLoop *Loop = MLI.getLoopFor(SrcBB); Loop;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 142 if (MachineLoop *L = MLI.getLoopFor(&MBB))
165 const MachineLoop *L = MLI.getLoopFor(MBB);
184 if (MachineLoop *SuccL = MLI.getLoopFor(Succ))
256 MachineLoop *Loop = MLI.getLoopFor(&MBB);
270 assert(OnStack.count(MLI.getLoopFor(&MBB)) &&
354 for (MachineLoop *Loop = MLI.getLoopFor(LayoutPred);
361 MachineLoop *HeaderLoop = MLI.getLoopFor(Header);
402 MachineLoop *Loop = MLI.getLoopFor(&MBB);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopIterator.h 145 if (!DFS.L->contains(LI->getLoopFor(BB)))
166 return !DFS.L->contains(LI->getLoopFor(BB)) || DFS.PostNumbers.count(BB);
LoopInfo.h 670 /// getLoopFor - Return the inner most loop that BB lives in. If a basic
673 LoopT *getLoopFor(const BlockT *BB) const {
679 /// operator[] - same as getLoopFor...
682 return getLoopFor(BB);
689 const LoopT *L = getLoopFor(BB);
695 const LoopT *L = getLoopFor(BB);
810 const_cast<LoopT *>(getLoopFor(X)))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CFG.h 135 for (const auto *Lp = LI.getLoopFor(Src); Lp; Lp = Lp->getParentLoop()) {
LoopInfo.h 684 LoopT *getLoopFor(const BlockT *BB) const { return BBMap.lookup(BB); }
686 /// Same as getLoopFor.
687 const LoopT *operator[](const BlockT *BB) const { return getLoopFor(BB); }
692 const LoopT *L = getLoopFor(BB);
698 const LoopT *L = getLoopFor(BB);
838 Loop *ToLoop = getLoopFor(I->getParent());
844 return ToLoop->contains(getLoopFor(From->getParent()));
864 auto *OldLoop = getLoopFor(OldBB);
865 auto *NewLoop = getLoopFor(NewBB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopSimplifyCFG.cpp 56 if (!Pred || !Pred->getSingleSuccessor() || LI.getLoopFor(Pred) != &L)
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 536 LoopT *getLoopFor(const BlockT *BB) const { return BBMap.lookup(BB); }
538 /// Same as getLoopFor.
540 return getLoopFor(BB);
546 const LoopT *L = getLoopFor(BB);
552 const LoopT *L = getLoopFor(BB);
667 Loop *ToLoop = getLoopFor(I->getParent());
672 return ToLoop->contains(getLoopFor(From->getParent()));
692 auto *OldLoop = getLoopFor(OldBB);
693 auto *NewLoop = getLoopFor(NewBB);
716 if (UBB != NewBB && getLoopFor(UBB) != NewLoop
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 153 const Loop *SuccLoop = LI->getLoopFor(SuccBB);
163 if (LI->getLoopFor(ExitBB) == L && Visited.insert(ExitBB).second)
LoopSimplifyCFG.cpp 53 if (!Pred || !Pred->getSingleSuccessor() || LI.getLoopFor(Pred) != &L)
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 135 const Loop *SuccLoop = LI->getLoopFor(SuccBB);
145 if (LI->getLoopFor(ExitBB) == L && Visited.insert(ExitBB))
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 244 if (Loop *TIL = LI->getLoopFor(TIBB)) {
247 if (Loop *DestLoop = LI->getLoopFor(DestBB)) {
295 if (LI->getLoopFor(P) != TIL) {
LoopUnroll.cpp 129 if (Loop *L = LI->getLoopFor(BB)) {
157 if (LI->getLoopFor(BB) == L)
162 Loop *DefLoop = LI->getLoopFor(Def->getParent());
397 assert(LI->getLoopFor(*BB) == L && "Header should not be in a sub-loop");
401 const Loop *OldLoop = LI->getLoopFor(*BB);
671 Loop *LatchLoop = LI->getLoopFor(Latches.back());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ShrinkWrap.cpp 396 MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
408 (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
419 MLI->getLoopFor(Restore)->getExitingBlocks(ExitBlocks);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 188 return isBlockInLCSSAForm(*LI.getLoopFor(BB), *BB, DT);
436 Loop *L = LI->getLoopFor(POI);
464 Loop *L = LI->getLoopFor(*POI);
482 Loop *OuterParent = LI->getLoopFor(*BI);
544 Loop *L = LI->getLoopFor(*I);
605 if (getLoopFor(*I) != Unloop)
  /external/llvm/lib/Analysis/
IVUsers.cpp 62 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR);
96 Loop *DomLoop = LI->getLoopFor(DomBB);
185 if (LI->getLoopFor(User->getParent()) != L) {
Delinearization.cpp 95 for (Loop *L = LI->getLoopFor(BB); L != nullptr; L = L->getParentLoop()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LCSSA.cpp 93 Loop *L = LI.getLoopFor(InstBB);
176 if (auto *OtherLoop = LI.getLoopFor(ExitBB))
223 if (auto *OtherLoop = LI.getLoopFor(InsertedPN->getParent()))

Completed in 493 milliseconds

1 2 3 4 5 6 7