reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Verifier.cpp
 3767   SmallVector<FuncletPadInst *, 8> Worklist({&FPI});
 3822           if (ExitedPad == &FPI) {
 3827             UnresolvedAncestorPad = &FPI;
 3842         UnwindPad = ConstantTokenNone::get(FPI.getContext());
 3844         UnresolvedAncestorPad = &FPI;
 3854                  &FPI, U, FirstUser);
 3859           if (isa<CleanupPadInst>(&FPI) && !isa<ConstantTokenNone>(UnwindPad) &&
 3860               getParentPad(UnwindPad) == getParentPad(&FPI))
 3861             SiblingFuncletInfo[&FPI] = cast<Instruction>(U);
 3866       if (CurrentPad != &FPI)
 3874         assert(CurrentPad == &FPI);
 3906     if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FPI.getParentPad())) {
 3912         SwitchUnwindPad = ConstantTokenNone::get(FPI.getContext());
 3916              &FPI, FirstUser, CatchSwitch);
 3920   visitInstruction(FPI);