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.cpp1208 static void postSplitCleanup(Function &F) { in postSplitCleanup() function
1440 postSplitCleanup(*ResumeClone); in split()
1441 postSplitCleanup(*DestroyClone); in split()
1442 postSplitCleanup(*CleanupClone); in split()
2018 postSplitCleanup(N.getFunction()); in updateCallGraphAfterCoroutineSplit()