Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1494 auto CleanupClone = createClone(F, ".cleanup", Shape, in splitSwitchCoroutine() local
1499 postSplitCleanup(*CleanupClone); in splitSwitchCoroutine()
1504 updateCoroFrame(Shape, ResumeClone, DestroyClone, CleanupClone); in splitSwitchCoroutine()
1509 Clones.push_back(CleanupClone); in splitSwitchCoroutine()