Lines Matching defs:Cleanup
150 UME.Cleanup = BB;
466 report_fatal_error("Cleanup funclets for the MSVC++ personality cannot "
570 report_fatal_error("Cleanup funclets for the SEH personality cannot "
704 if (const auto *Cleanup = dyn_cast<CleanupPadInst>(Pad)) {
708 (Cleanup->arg_size() ? ClrHandlerType::Fault
713 for (const User *U : Cleanup->users())
718 FuncInfo.EHPadStateMap[Cleanup] = CleanupState;
769 const auto *Cleanup = cast<CleanupPadInst>(Pad);
771 for (const User *U : Cleanup->users()) {
813 if (UserUnwindParent == Cleanup)