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

References

lib/Analysis/ValueTracking.cpp
 4253     return !CatchSwitch->unwindsToCaller();
lib/CodeGen/WinEHPrepare.cpp
  418            CatchSwitch->unwindsToCaller();
lib/IR/Instruction.cpp
  598     return CatchSwitch->unwindsToCaller();
lib/IR/Verifier.cpp
 3784         if (CSI->unwindsToCaller())
lib/Transforms/Utils/InlineFunction.cpp
  700       if (CatchSwitch->unwindsToCaller()) {