/external/llvm/include/llvm/CodeGen/ |
D | MachineLoopInfo.h | 111 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const { in getLoopDepth() function 112 return LI.getLoopDepth(BB); in getLoopDepth()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 85 unsigned getLoopDepth() const { in getLoopDepth() function 471 unsigned getLoopDepth(const BlockT *BB) const { in getLoopDepth() function 473 return L ? L->getLoopDepth() : 0; in getLoopDepth() 600 inline unsigned getLoopDepth(const BasicBlock *BB) const { in getLoopDepth() function 601 return LI.getLoopDepth(BB); in getLoopDepth()
|
D | LoopInfoImpl.h | 339 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth() in print() 564 << I->second->getLoopDepth() << "\n"; in print()
|
/external/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 143 loopDepth = loop ? loop->getLoopDepth() : 0; in CalculateWeightAndHint()
|
D | MachineSink.cpp | 107 return LI->getLoopDepth(LHS) < LI->getLoopDepth(RHS); in operator ()()
|
D | SpillPlacement.cpp | 182 loops->getLoopDepth(I)); in runOnMachineFunction()
|
D | StackSlotColoring.cpp | 142 unsigned loopDepth = loopInfo->getLoopDepth(MBB); in ScanForSpillSlotRefs()
|
D | RegAllocPBQP.cpp | 354 loopInfo->getLoopDepth(mbb)); in build()
|
D | InlineSpiller.cpp | 433 SpillDepth = Loops.getLoopDepth(SV.SpillMBB); in propagateSiblingValue() 438 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) && in propagateSiblingValue()
|
D | ShrinkWrapping.cpp | 456 if (LP->getLoopDepth() > 1) { in calculateSets()
|
D | MachineBlockPlacement.cpp | 678 SuccLoopDepth = ExitLoop->getLoopDepth(); in findBestLoopExit()
|
D | SplitKit.cpp | 709 unsigned Depth = Loop->getLoopDepth(); in findShallowDominator()
|
D | RegisterCoalescer.cpp | 2103 MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB), in joinAllIntervals()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1972 OS.indent(Loop->getLoopDepth()*2) in PrintParentLoopComment() 1975 << " Depth=" << Loop->getLoopDepth() << '\n'; in PrintParentLoopComment() 1985 OS.indent((*CL)->getLoopDepth()*2) in PrintChildLoopComment() 1987 << (*CL)->getHeader()->getNumber() << " Depth " << (*CL)->getLoopDepth() in PrintChildLoopComment() 2010 " Depth="+Twine(Loop->getLoopDepth())); in emitBasicBlockLoopComments() 2021 OS.indent(Loop->getLoopDepth()*2-2); in emitBasicBlockLoopComments() 2026 OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n'; in emitBasicBlockLoopComments()
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 379 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth())) in UpdateAnalysisInformation()
|
/external/llvm/lib/Target/R600/ |
D | AMDILCFGStructurizer.cpp | 289 unsigned getLoopDepth (LoopT *LoopRep); 1287 errs() << "Trying to break loop-depth = " << getLoopDepth(exitLoop) in handleLoopbreak() 1288 << " from loop-depth = " << getLoopDepth(exitingLoop) << "\n"; in handleLoopbreak() 1319 << getLoopDepth(contLoop) in handleLoopcontBlock() 1320 << " from loop-depth = " << getLoopDepth(contingLoop) << "\n"; in handleLoopcontBlock() 2364 unsigned CFGStructurizer<PassT>::getLoopDepth(LoopT *loopRep) { in getLoopDepth() function in llvmCFGStruct::CFGStructurizer 2365 return loopRep ? loopRep->getLoopDepth() : 0; in getLoopDepth()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 148 << " at loop depth " << MLI.getLoopDepth(BB) in schedule()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 714 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() 715 unsigned DstLevel = LI->getLoopDepth(DstBlock); in establishNestingLevels() 741 return SrcLoop->getLoopDepth(); in mapSrcLoop() 748 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop() 773 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops()
|
D | ScalarEvolution.cpp | 523 unsigned LDepth = LI->getLoopDepth(LParent), in compare() 524 RDepth = LI->getLoopDepth(RParent); in compare() 558 unsigned LDepth = LLoop->getLoopDepth(), in compare() 559 RDepth = RLoop->getLoopDepth(); in compare() 2304 (L->getLoopDepth() < NestedLoop->getLoopDepth()) : in getAddRecExpr()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 4152 unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0; in HoistInsertPosition() 4163 unsigned IDomDepth = IDomLoop ? IDomLoop->getLoopDepth() : 0; in HoistInsertPosition()
|