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

Declarations

include/llvm/IR/LegacyPassManagers.h
  378   void dumpPassInfo(Pass *P, enum PassDebuggingString S1,

References

lib/Analysis/CallGraphSCCPass.cpp
  173       dumpPassInfo(P, EXECUTION_MSG, ON_FUNCTION_MSG, F->getName());
  434       dumpPassInfo(P, EXECUTION_MSG, ON_CG_MSG, Functions);
  445       dumpPassInfo(P, MODIFICATION_MSG, ON_CG_MSG, "");
lib/Analysis/LoopPass.cpp
  215       dumpPassInfo(P, EXECUTION_MSG, ON_LOOP_MSG,
  243         dumpPassInfo(P, MODIFICATION_MSG, ON_LOOP_MSG,
lib/Analysis/RegionPass.cpp
   86         dumpPassInfo(P, EXECUTION_MSG, ON_REGION_MSG,
  102           dumpPassInfo(P, MODIFICATION_MSG, ON_REGION_MSG,
lib/IR/LegacyPassManager.cpp
 1039   dumpPassInfo(P, FREEING_MSG, DBG_STR, Msg);
 1397       dumpPassInfo(BP, EXECUTION_MSG, ON_BASICBLOCK_MSG, BB.getName());
 1424         dumpPassInfo(BP, MODIFICATION_MSG, ON_BASICBLOCK_MSG,
 1640     dumpPassInfo(FP, EXECUTION_MSG, ON_FUNCTION_MSG, F.getName());
 1667       dumpPassInfo(FP, MODIFICATION_MSG, ON_FUNCTION_MSG, F.getName());
 1740     dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier());
 1765       dumpPassInfo(MP, MODIFICATION_MSG, ON_MODULE_MSG,