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

References

lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  239       if (!isa<LandingPadInst>(PadInst)) {
  244       if (isa<CatchSwitchInst>(PadInst)) {
  245         assert(&*BB.begin() == PadInst &&
  249       if (isa<FuncletPadInst>(PadInst))
  250         assert(&*BB.begin() == PadInst && "WinEHPrepare failed to demote PHIs");