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

References

include/llvm/PassSupport.h
   76 template <typename PassName> Pass *callDefaultCtor() { return new PassName(); }
   94       : PassInfo(Name, PassArg, &passName::ID,
   95                  PassInfo::NormalCtor_t(callDefaultCtor<passName>), CFGOnly,
tools/polly/lib/Analysis/ScopGraphPrinter.cpp
  251 static RegisterPass<ScopPrinter> M("dot-scops",
  262 Pass *polly::createDOTPrinterPass() { return new ScopPrinter(); }