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

References

include/llvm/IR/CallSite.h
  519     CALLSITE_DELEGATE_GETTER(doesNotThrow());
lib/Transforms/IPO/PruneEH.cpp
  192       if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(F)) {
lib/Transforms/Utils/Local.cpp
 2109       } else if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(&F)) {