Home
last modified time | relevance | path

Searched refs:CleanupClone (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1691 auto CleanupClone = createClone(F, ".cleanup", Shape, in splitSwitchCoroutine() local
1696 postSplitCleanup(*CleanupClone); in splitSwitchCoroutine()
1707 updateCoroFrame(Shape, ResumeClone, DestroyClone, CleanupClone); in splitSwitchCoroutine()
1712 Clones.push_back(CleanupClone); in splitSwitchCoroutine()