reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/LoopInfo.h
  937     return L ? L->getLoopDepth() : 0;
include/llvm/Analysis/LoopInfoImpl.h
  382   OS << "Loop at depth " << getLoopDepth() << " containing: ";
  646   assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
  646   assert(L->getLoopDepth() == OtherL->getLoopDepth() &&
lib/Analysis/DependenceAnalysis.cpp
  767   return SrcLoop->getLoopDepth();
  774   unsigned D = DstLoop->getLoopDepth();
  799     unsigned Level = LoopNest->getLoopDepth();
lib/Analysis/LoopCacheAnalysis.cpp
   68                            return L1->getLoopDepth() < L2->getLoopDepth();
   68                            return L1->getLoopDepth() < L2->getLoopDepth();
  224   int LoopDepth = L.getLoopDepth();
lib/Analysis/ScalarEvolution.cpp
 3440             ? (L->getLoopDepth() < NestedLoop->getLoopDepth())
 3440             ? (L->getLoopDepth() < NestedLoop->getLoopDepth())
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2846   OS.indent(Loop->getLoopDepth()*2)
 2849     << " Depth=" << Loop->getLoopDepth() << '\n';
 2858     OS.indent(CL->getLoopDepth()*2)
 2860       << CL->getHeader()->getNumber() << " Depth " << CL->getLoopDepth()
 2883                                " Depth="+Twine(Loop->getLoopDepth()));
 2894   OS.indent(Loop->getLoopDepth()*2-2);
 2899   OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n';
lib/CodeGen/MachineBlockPlacement.cpp
 2110         SuccLoopDepth = ExitLoop->getLoopDepth();
lib/CodeGen/SplitKit.cpp
  926     unsigned Depth = Loop->getLoopDepth();
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  776   if (L->getLoopDepth() > 1)
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  170         if (LocalGEPsSeen > 1 || L->getLoopDepth() > 2 ||
lib/Target/PowerPC/PPCISelLowering.cpp
14187       if (ML->getLoopDepth() > 1 && ML->getSubLoops().empty())
lib/Transforms/Instrumentation/InstrProfiling.cpp
  299                       << L.getLoopDepth() << ")\n");
lib/Transforms/Scalar/LoopFuse.cpp
  982     assert(FC0.L->getLoopDepth() == FC1.L->getLoopDepth());
  982     assert(FC0.L->getLoopDepth() == FC1.L->getLoopDepth());
lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  106     if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth())
  106     if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth())
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5037     unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0;
 5048       unsigned IDomDepth = IDomLoop ? IDomLoop->getLoopDepth() : 0;
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  249   if (CurLoop->getLoopDepth() > LoopDepthThreshold) {
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1365     return ExitLoopMap.lookup(LHS)->getLoopDepth() <
 1366            ExitLoopMap.lookup(RHS)->getLoopDepth();
lib/Transforms/Utils/BasicBlockUtils.cpp
  512              InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth()))
  512              InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth()))
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  677   unsigned LoopDepth = L->getLoopDepth();
lib/Transforms/Vectorize/LoopVectorize.cpp
 5266     if (!Legal->getReductionVars()->empty() && TheLoop->getLoopDepth() > 1) {
tools/polly/lib/Analysis/ScopInfo.cpp
 2468     return L->getLoopDepth() - 1;
 2472     return L->getLoopDepth() - OuterLoop->getLoopDepth();
 2472     return L->getLoopDepth() - OuterLoop->getLoopDepth();