/external/llvm/include/llvm/CodeGen/ |
H A D | MachineLoopInfo.h | 96 /// getLoopFor - Return the inner most loop that BB lives in. If a basic 99 inline MachineLoop *getLoopFor(const MachineBasicBlock *BB) const { function in class:llvm::MachineLoopInfo 100 return LI.getLoopFor(BB); 103 /// operator[] - same as getLoopFor... 106 return LI.getLoopFor(BB);
|
H A D | MachineTraceMetrics.h | 315 const MachineLoop *getLoopFor(const MachineBasicBlock*) const;
|
/external/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 472 /// getLoopFor - Return the inner most loop that BB lives in. If a basic 475 LoopT *getLoopFor(const BlockT *BB) const { function in class:llvm::LoopInfoBase 479 /// operator[] - same as getLoopFor... 482 return getLoopFor(BB); 489 const LoopT *L = getLoopFor(BB); 495 const LoopT *L = getLoopFor(BB); 601 /// getLoopFor - Return the inner most loop that BB lives in. If a basic 604 inline Loop *getLoopFor(const BasicBlock *BB) const { function in class:llvm::LoopInfo 605 return LI.getLoopFor(BB); 608 /// operator[] - same as getLoopFor [all...] |
H A D | LoopIterator.h | 154 if (!DFS.L->contains(LI->getLoopFor(BB)))
|
H A D | LoopInfoImpl.h | 379 LoopT *Subloop = LI->getLoopFor(PredBB); 415 if (LI->getLoopFor(*PI) != Subloop) 481 LoopT *Subloop = LI->getLoopFor(Block);
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopInstSimplify.cpp | 140 const Loop *SuccLoop = LI->getLoopFor(SuccBB); 150 if (LI->getLoopFor(ExitBB) == L && Visited.insert(ExitBB))
|
H A D | Sink.cpp | 206 Loop *succ = LI->getLoopFor(SuccToSinkTo); 207 Loop *cur = LI->getLoopFor(Inst->getParent());
|
H A D | LICM.cpp | 147 return LI->getLoopFor(BB) != CurLoop; 245 if (LI->getLoopFor(BB) == L) // Ignore blocks in subloops.
|
H A D | LoopUnswitch.cpp | 671 if (LI->getLoopFor(*I) == L) 849 if (Loop *ExitBBLoop = LI->getLoopFor(ExitBlocks[i])) 965 if (Loop *L = LI->getLoopFor(BB)) 1007 if (Loop *BBLoop = LI->getLoopFor(BB)) {
|
H A D | IndVarSimplify.cpp | 523 if (LI->getLoopFor(PN->getIncomingBlock(i)) != L) 730 L(LI->getLoopFor(OrigPhi->getParent())), 774 for (const Loop *L = LI->getLoopFor(Use->getParent()); 899 LI->getLoopFor(DU.NarrowUse->getParent()) != L)
|
/external/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 58 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); 92 Loop *DomLoop = LI->getLoopFor(DomBB); 175 if (LI->getLoopFor(User->getParent()) != L) {
|
H A D | CFG.cpp | 120 const Loop *L = LI->getLoopFor(BB); 155 HasLoop = LI->getLoopFor(BB) != 0;
|
H A D | LoopInfo.cpp | 476 Loop *L = LI->getLoopFor(*POI); 504 Loop *L = LI->getLoopFor(*POI); 523 Loop *OuterParent = LI->getLoopFor(*BI); 587 Loop *L = LI->getLoopFor(*I); 649 if (getLoopFor(*I) != Unloop)
|
H A D | DependenceAnalysis.cpp | 716 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); 717 const Loop *DstLoop = LI->getLoopFor(DstBlock); 3256 isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) && 3257 isLoopInvariant(DstPtrSCEV, LI->getLoopFor(Dst->getParent())); 3289 classifyPair(Pair[P].Src, LI->getLoopFor(Src->getParent()), 3290 Pair[P].Dst, LI->getLoopFor(Dst->getParent()), 3367 LI->getLoopFor(Src->getParent()), 3370 LI->getLoopFor(Dst->getParent()), 3501 classifyPair(Pair[SJ].Src, LI->getLoopFor(Src->getParent()), 3502 Pair[SJ].Dst, LI->getLoopFor(Ds [all...] |
H A D | ProfileEstimatorPass.cpp | 126 Loop* BBLoop = LI->getLoopFor(BB);
|
/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 164 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); 198 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); 377 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, LPM, Dead);
|
H A D | BreakCriticalEdges.cpp | 279 if (Loop *TIL = LI->getLoopFor(TIBB)) { 282 if (Loop *DestLoop = LI->getLoopFor(DestBB)) {
|
H A D | BasicBlockUtils.cpp | 281 if (Loop *L = LI->getLoopFor(Old)) 310 Loop *L = LI ? LI->getLoopFor(OldBB) : 0; 325 if (Loop *PL = LI->getLoopFor(Pred)) 355 if (Loop *PredLoop = LI->getLoopFor(Pred)) {
|
H A D | LoopUnroll.cpp | 100 if (Loop *L = LI->getLoopFor(BB))
|
/external/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 159 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const { function in class:MachineTraceMetrics::Ensemble 160 return MTM.Loops->getLoopFor(MBB); 320 const MachineLoop *CurLoop = getLoopFor(MBB); 348 const MachineLoop *CurLoop = getLoopFor(MBB); 358 if (isExitingLoop(CurLoop, getLoopFor(Succ))) 444 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(From)) { function 449 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To))) 587 const MachineLoop *Loop = getLoopFor(MBB); 595 const MachineLoop *Loop = getLoopFor(MBB); 596 const MachineLoop *SuccLoop = getLoopFor(TB [all...] |
H A D | MachineSink.cpp | 334 if (LI->getLoopFor(FromBB) == LI->getLoopFor(ToBB) &&
|
H A D | CalcSpillWeights.cpp | 145 loop = Loops.getLoopFor(mbb);
|
H A D | PHIElimination.cpp | 550 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : 0; 567 const MachineLoop *PreLoop = MLI ? MLI->getLoopFor(PreMBB) : 0;
|
/external/llvm/lib/Target/R600/ |
H A D | AMDILCFGStructurizer.cpp | 365 MachineLoop *LoopRep = MLI->getLoopFor(MBB); 384 MachineLoop *LoopRep = MLI->getLoopFor(MBB); 1157 handleLoopcontBlock(MBB, MLI->getLoopFor(MBB), 1178 MachineLoop *LoopRep = MLI->getLoopFor(Src1MBB); 1179 if (LoopRep&& LoopRep == MLI->getLoopFor(Src2MBB)) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
H A D | AMDILCFGStructurizer.cpp | 880 LoopT *loopRep = loopInfo->getLoopFor(curBlk); 925 LoopT *loopRep = loopInfo->getLoopFor(curBlk); 1100 // LoopT *exitLandLoop = loopInfo->getLoopFor(exitLandBlk); 1111 LoopT *exitingLoop = loopInfo->getLoopFor(exitingBlk); 1132 handleLoopcontBlock(curBlk, loopInfo->getLoopFor(curBlk), 1159 LoopT *loopRep = loopInfo->getLoopFor(src1Blk); 1160 if (loopRep != NULL && loopRep == loopInfo->getLoopFor(src2Blk)) { 2333 LoopT *loopRep = loopInfo->getLoopFor(curBlk); 2538 LoopT *loopRep = loopInfo->getLoopFor(curBlk);
|