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(); }
tools/polly/lib/Analysis/PruneUnprofitable.cpp
   64   PruneUnprofitable(const PruneUnprofitable &) = delete;
   65   PruneUnprofitable &operator=(const PruneUnprofitable &) = delete;
   65   PruneUnprofitable &operator=(const PruneUnprofitable &) = delete;
   99 Pass *polly::createPruneUnprofitablePass() { return new PruneUnprofitable(); }