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/Transform/ForwardOpTree.cpp
  900   ForwardOpTree(const ForwardOpTree &) = delete;
  901   ForwardOpTree &operator=(const ForwardOpTree &) = delete;
  901   ForwardOpTree &operator=(const ForwardOpTree &) = delete;
  963 ScopPass *polly::createForwardOpTreePass() { return new ForwardOpTree(); }