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

Declarations

include/llvm/IR/IRPrintingPasses.h
   74 extern bool shouldPrintAfterPass(StringRef);

References

lib/IR/LegacyPassManager.cpp
  796   if (PI && !PI->isAnalysis() && shouldPrintAfterPass(PI->getPassArgument())) {
lib/Passes/StandardInstrumentations.cpp
  175   if (StoreModuleDesc && llvm::shouldPrintAfterPass(PassID))
  190   if (!llvm::shouldPrintAfterPass(PassID))
  201   if (!StoreModuleDesc || !llvm::shouldPrintAfterPass(PassID))