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

Declarations

include/llvm/IR/LegacyPassManagers.h
  326   void freePass(Pass *P, StringRef Msg,

References

lib/Analysis/LoopPass.cpp
  296         freePass(P, "<deleted>", ON_LOOP_MSG);
lib/Analysis/RegionPass.cpp
  141         freePass(P, "<deleted>", ON_REGION_MSG);
lib/IR/LegacyPassManager.cpp
 1034     freePass(P, Msg, DBG_STR);