Lines Matching refs:Outer
270 /// The outer unwind destination is the target of unwind edges
309 // in the outer landing pad to immediately following the phis.
340 // Create corresponding new phis for all the phis in the outer landing pad.
383 // can't find a selector call for the outer unwind dest.
387 // If we failed, just use the outer unwind dest, dropping the
434 EHSelectorInst *Outer = Invoke.getOuterSelector();
435 if (!Outer) continue;
438 bool outerIsOnlyCleanup = isCleanupOnlySelector(Outer);
445 // Otherwise, we just append the outer selector to the inner selector.
449 for (unsigned i = 2, e = Outer->getNumArgOperands(); i != e; ++i)
450 NewSelector.push_back(Outer->getArgOperand(i));