Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1107 static void postSplitCleanup(Function &F) { in postSplitCleanup() function
1471 postSplitCleanup(*ResumeClone); in splitSwitchCoroutine()
1472 postSplitCleanup(*DestroyClone); in splitSwitchCoroutine()
1473 postSplitCleanup(*CleanupClone); in splitSwitchCoroutine()
1815 postSplitCleanup(F); in updateCallGraphAfterCoroutineSplit()
1859 postSplitCleanup(N.getFunction()); in updateCallGraphAfterCoroutineSplit()