reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3630 FromPad = Bundle->Inputs[0]; 3632 FromPad = ConstantTokenNone::get(II->getContext()); 3634 FromPad = CRI->getOperand(0); 3635 Assert(FromPad != ToPadParent, "A cleanupret must exit its cleanup", CRI); 3637 FromPad = CSI; 3644 for (;; FromPad = getParentPad(FromPad)) { 3644 for (;; FromPad = getParentPad(FromPad)) { 3645 Assert(FromPad != ToPad, 3646 "EH pad cannot handle exceptions raised within it", FromPad, TI); 3647 if (FromPad == ToPadParent) { 3651 Assert(!isa<ConstantTokenNone>(FromPad), 3653 Assert(Seen.insert(FromPad).second, 3654 "EH pad jumps through a cycle of pads", FromPad);