Lines Matching defs:CurrentPad
4630 FuncletPadInst *CurrentPad = Worklist.pop_back_val();
4631 Check(Seen.insert(CurrentPad).second,
4632 "FuncletPadInst must not be nested within itself", CurrentPad);
4634 for (User *U : CurrentPad->users()) {
4671 // Ignore unwind edges that don't exit CurrentPad.
4672 if (UnwindParent == CurrentPad)
4678 Value *ExitedPad = CurrentPad;
4683 // Now we can resolve any ancestors of CurrentPad up to
4726 if (CurrentPad != &FPI)
4730 if (CurrentPad == UnresolvedAncestorPad) {
4731 // When CurrentPad is FPI itself, we don't mark it as resolved even if
4734 assert(CurrentPad == &FPI);
4739 // great-uncles, etc. of CurrentPad. We've found an unwind destination
4740 // for all ancestors of CurrentPad up to but not including
4742 Value *ResolvedPad = CurrentPad;