reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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");