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

References

lib/IR/LegacyPassManager.cpp
  606     PDepth = P->getResolver()->getPMDataManager().getDepth();
  624       unsigned APDepth = AR->getPMDataManager().getDepth();
 1089   unsigned PDepth = this->getDepth();
 1097     RDepth = DM.getDepth();
 1237          << std::string(getDepth() * 2 + 1, ' ');
 1307   dbgs() << (const void*)P << std::string(getDepth()*2+3, ' ') << Msg << " Analyses:";
 1912   assert(PM->getDepth()==0 && "Pass Manager depth set too early");
 1922     PM->setDepth(this->top()->getDepth()+1);