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

References

lib/CodeGen/WinEHPrepare.cpp
  188     assert(FuncletPad || FuncletEntryBB == &Fn->getEntryBlock());
  189     if (!FuncletPad)
  191     else if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad))
  193     else if (auto *CleanupPad = dyn_cast<CleanupPadInst>(FuncletPad))
  201       auto BaseStateI = FuncInfo.FuncletBaseStateMap.find(FuncletPad);