Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1153 static void postSplitCleanup(Function &F) { in postSplitCleanup() function
1389 postSplitCleanup(*ResumeClone); in split()
1390 postSplitCleanup(*DestroyClone); in split()
1391 postSplitCleanup(*CleanupClone); in split()
2070 postSplitCleanup(N.getFunction()); in updateCallGraphAfterCoroutineSplit()