Home
last modified time | relevance | path

Searched defs:CleanupRet (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp310 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { getUnwindDestTokenHelper() local
2731 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) InlineFunction() local
/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp772 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { calculateClrEHStateNumbers() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml247 | CleanupRet Constructor
H A Dllvm.mli273 | CleanupRet Constructor
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp470 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); replaceUnwindCoroEnd() local
H A DCoroFrame.cpp1728 auto *CleanupRet = splitBeforeCatchSwitch() local