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

References

lib/Transforms/Hello/Hello.cpp
   40 static RegisterPass<Hello> X("hello", "Hello World Pass");
   63 static RegisterPass<Hello2>
tools/bugpoint-passes/TestPasses.cpp
   46 static RegisterPass<CrashOnCalls>
   72 static RegisterPass<DeleteCalls>
   97 static RegisterPass<CrashOnDeclFunc>
  122 static RegisterPass<CrashOnTooManyCUs>
  147 static RegisterPass<CrashOnFunctionAttribute>
tools/opt/AnalysisWrappers.cpp
   70 static RegisterPass<ExternalFunctionsPassedConstants>
tools/opt/Debugify.cpp
  450 static RegisterPass<DebugifyModulePass> DM("debugify",
  454 static RegisterPass<CheckDebugifyModulePass>
  458 static RegisterPass<DebugifyFunctionPass> DF("debugify-function",
  462 static RegisterPass<CheckDebugifyFunctionPass>
tools/opt/GraphPrinters.cpp
   44 static RegisterPass<DomInfoPrinter>
tools/opt/PrintSCC.cpp
   66 static RegisterPass<CFGSCC>
   70 static RegisterPass<CallGraphSCC>
tools/polly/lib/Analysis/ScopGraphPrinter.cpp
  244 static RegisterPass<ScopViewer> X("view-scops",
  247 static RegisterPass<ScopOnlyViewer>
  251 static RegisterPass<ScopPrinter> M("dot-scops",
  254 static RegisterPass<ScopOnlyPrinter>