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

References

include/llvm/CodeGen/MachineLoopInfo.h
  131     return LI.getLoopDepth(BB);
lib/Analysis/DependenceAnalysis.cpp
  740   unsigned SrcLevel = LI->getLoopDepth(SrcBlock);
  741   unsigned DstLevel = LI->getLoopDepth(DstBlock);
lib/Analysis/ScalarEvolution.cpp
  623       unsigned LDepth = LI->getLoopDepth(LParent),
  624                RDepth = LI->getLoopDepth(RParent);
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1743     return LI.getLoopDepth(LHS) < LI.getLoopDepth(RHS);
 1743     return LI.getLoopDepth(LHS) < LI.getLoopDepth(RHS);
lib/Transforms/Scalar/StructurizeCFG.cpp
  326     return LI->getLoopDepth(SubR->getExit());
  329   return LI->getLoopDepth(RN->getEntry());
  522                       << LI->getLoopDepth(RN->getEntry()) << "\n");