Lines Matching defs:Pad
227 assert(FuncInfo.EHPadStateMap.count(PadInst) && "EH Pad has no state!");
702 const Instruction *Pad;
704 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val();
706 if (const auto *Cleanup = dyn_cast<CleanupPadInst>(Pad)) {
713 HandlerType, 0, Pad->getParent());
724 const auto *CatchSwitch = cast<CatchSwitchInst>(Pad);
755 const Instruction *Pad =
760 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) {
771 const auto *Cleanup = cast<CleanupPadInst>(Pad);
1194 "EH Pad still has a PHI!");