Searched defs:CleanupRet (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | InlineFunction.cpp | 310 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { getUnwindDestTokenHelper() local |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | WinEHPrepare.cpp | 772 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { calculateClrEHStateNumbers() local |
/llvm-project/llvm/bindings/ocaml/llvm/ | ||
H A D | llvm.ml | 247 | CleanupRet Constructor |
H A D | llvm.mli | 273 | CleanupRet Constructor |
/llvm-project/llvm/lib/Transforms/Coroutines/ | ||
H A D | CoroSplit.cpp | 470 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); replaceUnwindCoroEnd() local |
H A D | CoroFrame.cpp | 1728 auto *CleanupRet = splitBeforeCatchSwitch() local |