| /freebsd-9-stable/contrib/llvm/include/llvm/Analysis/ |
| D | LoopInfo.h | 489 LoopT *getLoopFor(const BlockT *BB) const { in getLoopFor() function 496 return getLoopFor(BB); 503 const LoopT *L = getLoopFor(BB); in getLoopDepth() 509 const LoopT *L = getLoopFor(BB); in isLoopHeader() 618 inline Loop *getLoopFor(const BasicBlock *BB) const { in getLoopFor() function 619 return LI.getLoopFor(BB); in getLoopFor() 625 return LI.getLoopFor(BB); 702 Loop *ToLoop = getLoopFor(I->getParent()); in replacementPreservesLCSSAForm() 707 return ToLoop->contains(getLoopFor(From->getParent())); in replacementPreservesLCSSAForm()
|
| D | LoopInfoImpl.h | 359 LoopT *Subloop = LI->getLoopFor(PredBB); in discoverAndMapSubloop() 395 if (LI->getLoopFor(*PI) != Subloop) in discoverAndMapSubloop() 461 LoopT *Subloop = LI->getLoopFor(Block); in insertIntoLoop()
|
| D | LoopIterator.h | 154 if (!DFS.L->contains(LI->getLoopFor(BB))) in visitPreorder()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | MachineLoopInfo.h | 99 inline MachineLoop *getLoopFor(const MachineBasicBlock *BB) const { in getLoopFor() function 100 return LI.getLoopFor(BB); in getLoopFor() 106 return LI.getLoopFor(BB);
|
| D | MachineTraceMetrics.h | 315 const MachineLoop *getLoopFor(const MachineBasicBlock*) const;
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | LoopInfo.cpp | 464 Loop *L = LI->getLoopFor(*POI); in updateBlockParents() 492 Loop *L = LI->getLoopFor(*POI); in updateBlockParents() 511 Loop *OuterParent = LI->getLoopFor(*BI); in removeBlocksFromAncestors() 575 Loop *L = LI->getLoopFor(*I); in getNearestLoop() 637 if (getLoopFor(*I) != Unloop) in updateUnloop()
|
| D | IVUsers.cpp | 58 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting() 92 Loop *DomLoop = LI->getLoopFor(DomBB); in isSimplifiedLoopNest() 175 if (LI->getLoopFor(User->getParent()) != L) { in AddUsersImpl()
|
| D | CFG.cpp | 120 const Loop *L = LI->getLoopFor(BB); in getOutermostLoop() 211 if (LI && LI->getLoopFor(BB) != 0) in isPotentiallyReachable()
|
| D | DependenceAnalysis.cpp | 721 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() 722 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() 3310 isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) && in depends() 3311 isLoopInvariant(DstPtrSCEV, LI->getLoopFor(Dst->getParent())); in depends() 3349 classifyPair(Pair[P].Src, LI->getLoopFor(Src->getParent()), in depends() 3350 Pair[P].Dst, LI->getLoopFor(Dst->getParent()), in depends() 3427 LI->getLoopFor(Src->getParent()), in depends() 3430 LI->getLoopFor(Dst->getParent()), in depends() 3561 classifyPair(Pair[SJ].Src, LI->getLoopFor(Src->getParent()), in depends() 3562 Pair[SJ].Dst, LI->getLoopFor(Dst->getParent()), in depends() [all …]
|
| D | Delinearization.cpp | 95 for (Loop *L = LI->getLoopFor(BB); L != NULL; L = L->getParentLoop()) { in print()
|
| D | ScalarEvolutionExpander.cpp | 184 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) { in InsertBinop() 555 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) { in expandAddToGEP() 575 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) { in expandAddToGEP() 641 return Pair.first->second = SE.LI->getLoopFor(I->getParent()); in getRelevantLoop() 1489 for (Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock()); ; in expand()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | MachineTraceMetrics.cpp | 159 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const { in getLoopFor() function in MachineTraceMetrics::Ensemble 160 return MTM.Loops->getLoopFor(MBB); in getLoopFor() 320 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTracePred() 348 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTraceSucc() 358 if (isExitingLoop(CurLoop, getLoopFor(Succ))) in pickTraceSucc() 444 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(From)) { in insertEdge() 449 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To))) in insertEdge() 587 const MachineLoop *Loop = getLoopFor(MBB); in verify() 595 const MachineLoop *Loop = getLoopFor(MBB); in verify() 596 const MachineLoop *SuccLoop = getLoopFor(TBI.Succ); in verify() [all …]
|
| D | MachineSink.cpp | 351 if (LI->getLoopFor(FromBB) == LI->getLoopFor(ToBB) && in SplitCriticalEdge()
|
| D | CalcSpillWeights.cpp | 127 loop = Loops.getLoopFor(mbb); in calculateSpillWeightAndHint()
|
| D | PHIElimination.cpp | 550 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : 0; in SplitPHIEdges() 567 const MachineLoop *PreLoop = MLI ? MLI->getLoopFor(PreMBB) : 0; in SplitPHIEdges()
|
| D | MachineBlockPlacement.cpp | 683 if (MachineLoop *ExitLoop = MLI->getLoopFor(*SI)) { in findBestLoopExit() 1065 MachineLoop *L = MLI->getLoopFor(*BI); in buildCFGChains()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | LoopInstSimplify.cpp | 140 const Loop *SuccLoop = LI->getLoopFor(SuccBB); in runOnLoop() 150 if (LI->getLoopFor(ExitBB) == L && Visited.insert(ExitBB)) in runOnLoop()
|
| D | Sink.cpp | 206 Loop *succ = LI->getLoopFor(SuccToSinkTo); in IsAcceptableTarget() 207 Loop *cur = LI->getLoopFor(Inst->getParent()); in IsAcceptableTarget()
|
| D | LICM.cpp | 147 return LI->getLoopFor(BB) != CurLoop; in inSubLoop() 245 if (LI->getLoopFor(BB) == L) // Ignore blocks in subloops. in runOnLoop()
|
| D | IndVarSimplify.cpp | 523 if (LI->getLoopFor(PN->getIncomingBlock(i)) != L) in RewriteLoopExitValues() 731 L(LI->getLoopFor(OrigPhi->getParent())), in WidenIV() 775 for (const Loop *L = LI->getLoopFor(Use->getParent()); in getExtend() 900 LI->getLoopFor(DU.NarrowUse->getParent()) != L) in WidenIVUse()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | SimplifyIndVar.cpp | 164 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in eliminateIVComparison() 198 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in eliminateIVRemainder() 377 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, LPM, Dead); in simplifyUsersOfIV()
|
| D | BreakCriticalEdges.cpp | 276 if (Loop *TIL = LI->getLoopFor(TIBB)) { in SplitCriticalEdge() 279 if (Loop *DestLoop = LI->getLoopFor(DestBB)) { in SplitCriticalEdge()
|
| D | BasicBlockUtils.cpp | 280 if (Loop *L = LI->getLoopFor(Old)) in SplitBlock() 309 Loop *L = LI ? LI->getLoopFor(OldBB) : 0; in UpdateAnalysisInformation() 324 if (Loop *PL = LI->getLoopFor(Pred)) in UpdateAnalysisInformation() 354 if (Loop *PredLoop = LI->getLoopFor(Pred)) { in UpdateAnalysisInformation()
|
| D | LoopUnroll.cpp | 101 if (Loop *L = LI->getLoopFor(BB)) in FoldBlockIntoPredecessor()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDILCFGStructurizer.cpp | 365 MachineLoop *LoopRep = MLI->getLoopFor(MBB); in hasBackEdge() 384 MachineLoop *LoopRep = MLI->getLoopFor(MBB); in isActiveLoophead() 1158 handleLoopcontBlock(MBB, MLI->getLoopFor(MBB), in loopcontPatternMatch() 1179 MachineLoop *LoopRep = MLI->getLoopFor(Src1MBB); in isSameloopDetachedContbreak() 1180 if (LoopRep&& LoopRep == MLI->getLoopFor(Src2MBB)) { in isSameloopDetachedContbreak()
|