Lines Matching defs:CurrentPad
4568 FuncletPadInst *CurrentPad = Worklist.pop_back_val();
4569 Check(Seen.insert(CurrentPad).second,
4570 "FuncletPadInst must not be nested within itself", CurrentPad);
4572 for (User *U : CurrentPad->users()) {
4609 // Ignore unwind edges that don't exit CurrentPad.
4610 if (UnwindParent == CurrentPad)
4616 Value *ExitedPad = CurrentPad;
4621 // Now we can resolve any ancestors of CurrentPad up to
4664 if (CurrentPad != &FPI)
4668 if (CurrentPad == UnresolvedAncestorPad) {
4669 // When CurrentPad is FPI itself, we don't mark it as resolved even if
4672 assert(CurrentPad == &FPI);
4677 // great-uncles, etc. of CurrentPad. We've found an unwind destination
4678 // for all ancestors of CurrentPad up to but not including
4680 Value *ResolvedPad = CurrentPad;