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

References

lib/Transforms/IPO/PruneEH.cpp
   86        (!SCCMightUnwind || !SCCMightReturn) && I != E; ++I) {
   89       SCCMightUnwind = true;
   92       SCCMightUnwind |= !F->doesNotThrow();
   95       bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
  111           SCCMightUnwind = true;
  117           if ((!CheckUnwind || SCCMightUnwind) &&
  123           if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) {
  134             SCCMightUnwind |= InstMightUnwind;
  143         if (SCCMightUnwind && SCCMightReturn)
  150   if (!SCCMightUnwind || !SCCMightReturn)
  154       if (!SCCMightUnwind && !F->hasFnAttribute(Attribute::NoUnwind)) {