Searched refs:getLoopDepth (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineLoopInfo.h109 /// getLoopDepth - Return the loop nesting level of the specified block...
111 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const { function in class:llvm::MachineLoopInfo
112 return LI.getLoopDepth(BB);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DLoopInfo.h86 /// getLoopDepth - Return the nesting level of this loop. An outer-most
89 unsigned getLoopDepth() const { function in class:llvm::LoopBase
458 /// getLoopDepth - Return the loop nesting level of the specified block. A
461 unsigned getLoopDepth(const BlockT *BB) const { function in class:llvm::LoopInfoBase
463 return L ? L->getLoopDepth() : 0;
587 /// getLoopDepth - Return the loop nesting level of the specified block. A
590 inline unsigned getLoopDepth(const BasicBlock *BB) const { function in class:llvm::LoopInfo
591 return LI.getLoopDepth(BB);
H A DLoopInfoImpl.h338 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
563 << I->second->getLoopDepth() << "\n";
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DCalcSpillWeights.cpp143 loopDepth = loop ? loop->getLoopDepth() : 0;
H A DMachineSink.cpp108 return LI->getLoopDepth(LHS) < LI->getLoopDepth(RHS);
H A DSpillPlacement.cpp182 loops->getLoopDepth(I));
H A DStackSlotColoring.cpp142 unsigned loopDepth = loopInfo->getLoopDepth(MBB);
H A DRegAllocPBQP.cpp355 loopInfo->getLoopDepth(mbb));
H A DInlineSpiller.cpp433 SpillDepth = Loops.getLoopDepth(SV.SpillMBB);
438 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) &&
H A DMachineBlockPlacement.cpp678 SuccLoopDepth = ExitLoop->getLoopDepth();
H A DShrinkWrapping.cpp457 if (LP->getLoopDepth() > 1) {
H A DSplitKit.cpp709 unsigned Depth = Loop->getLoopDepth();
H A DRegisterCoalescer.cpp2338 MBBs.push_back(std::make_pair(Loops->getLoopDepth(MBB), I));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp379 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth()))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLoopDependenceAnalysis.cpp339 OS << "Loop at depth " << L->getLoopDepth() << ", header block: ";
H A DScalarEvolution.cpp517 unsigned LDepth = LI->getLoopDepth(LParent),
518 RDepth = LI->getLoopDepth(RParent);
552 unsigned LDepth = LLoop->getLoopDepth(),
553 RDepth = RLoop->getLoopDepth();
2298 (L->getLoopDepth() < NestedLoop->getLoopDepth()) :
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2010 OS.indent(Loop->getLoopDepth()*2)
2013 << " Depth=" << Loop->getLoopDepth() << '\n';
2023 OS.indent((*CL)->getLoopDepth()*2)
2025 << (*CL)->getHeader()->getNumber() << " Depth " << (*CL)->getLoopDepth()
2048 " Depth="+Twine(Loop->getLoopDepth()));
2059 OS.indent(Loop->getLoopDepth()*2-2);
2064 OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n';
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp149 << " at loop depth " << MLI.getLoopDepth(BB)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4150 unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0;
4161 unsigned IDomDepth = IDomLoop ? IDomLoop->getLoopDepth() : 0;

Completed in 177 milliseconds