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

Declarations

include/llvm/Analysis/RegionInfo.h
  381   unsigned getDepth() const;

References

include/llvm/Analysis/RegionInfoImpl.h
  527   print(dbgs(), true, getDepth(), RegionInfoBase<Tr>::printStyle);
lib/Analysis/RegionPrinter.cpp
  111         << ((R.getDepth() * 2 % 12) + 1) << "\n";
  116         << ((R.getDepth() * 2 % 12) + 2) << "\n";
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1437   return Scope1->RegInfos[0].R->getDepth() < Scope2->RegInfos[0].R->getDepth();
 1437   return Scope1->RegInfos[0].R->getDepth() < Scope2->RegInfos[0].R->getDepth();
tools/polly/lib/Analysis/ScopGraphPrinter.cpp
  167       int color = (R->getDepth() * 2 % 12) + 1;