Searched defs:CleanupRet (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | InlineFunction.cpp | 307 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { getUnwindDestTokenHelper() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | WinEHPrepare.cpp | 771 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { calculateClrEHStateNumbers() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ | ||
H A D | CoroSplit.cpp | 391 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); replaceUnwindCoroEnd() local |
H A D | CoroFrame.cpp | 1698 auto *CleanupRet = splitBeforeCatchSwitch() local |