Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1187 static void postSplitCleanup(Function &F) { in postSplitCleanup() function
1587 postSplitCleanup(*ResumeClone); in splitSwitchCoroutine()
1588 postSplitCleanup(*DestroyClone); in splitSwitchCoroutine()
1589 postSplitCleanup(*CleanupClone); in splitSwitchCoroutine()
2013 postSplitCleanup(N.getFunction()); in updateCallGraphAfterCoroutineSplit()