Searched refs:CatchAction (Results 1 – 1 of 1) sorted by relevance
416 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in prepareExceptionHandlers() local417 processSEHCatchHandler(CatchAction, StartBB); in prepareExceptionHandlers()459 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in prepareExceptionHandlers() local461 ActionArgs.push_back(CatchAction->getSelector()); in prepareExceptionHandlers()465 Value *EHObj = const_cast<Value *>(CatchAction->getExceptionVar()); in prepareExceptionHandlers()484 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in prepareExceptionHandlers() local485 for (auto *Target : CatchAction->getReturnTargets()) { in prepareExceptionHandlers()858 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in outlineHandler() local859 Constant *Sel = CatchAction->getSelector(); in outlineHandler()906 if (auto *CatchAction = dyn_cast<CatchHandler>(Action)) { in outlineHandler() local[all …]