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/CodeGen/AtomicExpandPass.cpp
  126 char &llvm::AtomicExpandID = AtomicExpand::ID;
  131 FunctionPass *llvm::createAtomicExpandPass() { return new AtomicExpand(); }
 1433   Value *Loaded = AtomicExpand::insertRMWCmpXchgLoop(