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

1 2 3 4

  /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);
MachineTraceMetrics.h 323 const MachineLoop *getLoopFor(const MachineBasicBlock*) const;
  /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/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;
MachineTraceMetrics.cpp 157 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const {
158 return MTM.Loops->getLoopFor(MBB);
316 const MachineLoop *CurLoop = getLoopFor(MBB);
344 const MachineLoop *CurLoop = getLoopFor(MBB);
352 if (isExitingLoop(CurLoop, getLoopFor(Succ)))
440 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(From)) {
445 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To)))
576 const MachineLoop *Loop = getLoopFor(MBB);
584 const MachineLoop *Loop = getLoopFor(MBB);
585 const MachineLoop *SuccLoop = getLoopFor(TBI.Succ)
    [all...]
  /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/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...]
LoopIterator.h 154 if (!DFS.L->contains(LI->getLoopFor(BB)))
  /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)
Sink.cpp 126 Loop *succ = LI.getLoopFor(SuccToSinkTo);
127 Loop *cur = LI.getLoopFor(Inst->getParent());
  /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());
LCSSA.cpp 148 if (auto *OtherLoop = LI->getLoopFor(ExitBB))
184 Loop *OtherLoop = LI->getLoopFor(PHIBB);
  /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()) {
CFG.cpp 114 const Loop *L = LI->getLoopFor(BB);
203 if (LI && LI->getLoopFor(BB) != nullptr)
LoopInfo.cpp 439 Loop *L = LI->getLoopFor(POI);
467 Loop *L = LI->getLoopFor(*POI);
485 Loop *OuterParent = LI->getLoopFor(*BI);
548 Loop *L = LI->getLoopFor(*I);
602 if (getLoopFor(*I) != Unloop)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
IVUsers.cpp 57 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR);
125 if (LI->getLoopFor(User->getParent()) != L) {
LoopInfo.cpp 437 Loop *L = LI->getLoopFor(*POI);
465 Loop *L = LI->getLoopFor(*POI);
483 Loop *NewParent = LI->getLoopFor(*BI);
551 Loop *L = LI->getLoopFor(*I);
613 if (getLoopFor(*I) != Unloop)
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 168 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent());
202 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent());
384 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, LPM, Dead);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CalcSpillWeights.cpp 121 loop = Loops.getLoopFor(mbb);

Completed in 1115 milliseconds

1 2 3 4