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

References

lib/Analysis/LoopPass.cpp
  213       llvm::TimeTraceScope LoopPassScope("RunLoopPass", P->getPassName());
  215       dumpPassInfo(P, EXECUTION_MSG, ON_LOOP_MSG,
  217       dumpRequiredSet(P);
  219       initializeAnalysisImpl(P);
  223         PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader());
  224         TimeRegion PassTimer(getPassTimer(P));
  225         LocalChanged = P->runOnLoop(CurrentLoop, *this);
  234             emitInstrCountChangedRemark(P, M, Delta, InstrCount,
  243         dumpPassInfo(P, MODIFICATION_MSG, ON_LOOP_MSG,
  246       dumpPreservedSet(P);
  273         verifyPreservedAnalysis(P);
  278       removeNotPreservedAnalysis(P);
  279       recordAvailableAnalysis(P);
  280       removeDeadPasses(P,