Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1201 static void postSplitCleanup(Function &F) { in postSplitCleanup() function
1619 postSplitCleanup(*ResumeClone); in splitSwitchCoroutine()
1620 postSplitCleanup(*DestroyClone); in splitSwitchCoroutine()
1621 postSplitCleanup(*CleanupClone); in splitSwitchCoroutine()
2045 postSplitCleanup(N.getFunction()); in updateCallGraphAfterCoroutineSplit()