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(); }
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  136 char &llvm::AMDGPUPromoteAllocaID = AMDGPUPromoteAlloca::ID;
  940   return new AMDGPUPromoteAlloca();