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

References

lib/Transforms/Utils/InlineFunction.cpp
  238     assert(!MemoMap.count(CurrentPad));
  240     if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(CurrentPad)) {
  288       auto *CleanupPad = cast<CleanupPadInst>(CurrentPad);
  342     for (Instruction *ExitedPad = CurrentPad;