Lines Matching defs:Pad
227 assert(FuncInfo.EHPadStateMap.count(PadInst) && "EH Pad has no state!");
700 const Instruction *Pad;
702 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val();
704 if (const auto *Cleanup = dyn_cast<CleanupPadInst>(Pad)) {
711 HandlerType, 0, Pad->getParent());
722 const auto *CatchSwitch = cast<CatchSwitchInst>(Pad);
753 const Instruction *Pad =
758 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) {
769 const auto *Cleanup = cast<CleanupPadInst>(Pad);
1190 "EH Pad still has a PHI!");