Searched refs:getLoopFor (Results 1 - 25 of 39) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h96 /// 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 DMachineTraceMetrics.h315 const MachineLoop *getLoopFor(const MachineBasicBlock*) const;
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h472 /// 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 DLoopIterator.h154 if (!DFS.L->contains(LI->getLoopFor(BB)))
H A DLoopInfoImpl.h379 LoopT *Subloop = LI->getLoopFor(PredBB);
415 if (LI->getLoopFor(*PI) != Subloop)
481 LoopT *Subloop = LI->getLoopFor(Block);
/external/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp140 const Loop *SuccLoop = LI->getLoopFor(SuccBB);
150 if (LI->getLoopFor(ExitBB) == L && Visited.insert(ExitBB))
H A DSink.cpp206 Loop *succ = LI->getLoopFor(SuccToSinkTo);
207 Loop *cur = LI->getLoopFor(Inst->getParent());
H A DLICM.cpp147 return LI->getLoopFor(BB) != CurLoop;
245 if (LI->getLoopFor(BB) == L) // Ignore blocks in subloops.
H A DLoopUnswitch.cpp671 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 DIndVarSimplify.cpp523 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 DIVUsers.cpp58 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR);
92 Loop *DomLoop = LI->getLoopFor(DomBB);
175 if (LI->getLoopFor(User->getParent()) != L) {
H A DCFG.cpp120 const Loop *L = LI->getLoopFor(BB);
155 HasLoop = LI->getLoopFor(BB) != 0;
H A DLoopInfo.cpp476 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 DDependenceAnalysis.cpp716 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 DProfileEstimatorPass.cpp126 Loop* BBLoop = LI->getLoopFor(BB);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp164 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 DBreakCriticalEdges.cpp279 if (Loop *TIL = LI->getLoopFor(TIBB)) {
282 if (Loop *DestLoop = LI->getLoopFor(DestBB)) {
H A DBasicBlockUtils.cpp281 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 DLoopUnroll.cpp100 if (Loop *L = LI->getLoopFor(BB))
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp159 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 DMachineSink.cpp334 if (LI->getLoopFor(FromBB) == LI->getLoopFor(ToBB) &&
H A DCalcSpillWeights.cpp145 loop = Loops.getLoopFor(mbb);
H A DPHIElimination.cpp550 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : 0;
567 const MachineLoop *PreLoop = MLI ? MLI->getLoopFor(PreMBB) : 0;
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp365 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 DAMDILCFGStructurizer.cpp880 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);

Completed in 2446 milliseconds

12