Searched refs:createClone (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 245 static Function *createClone(Function &F, Twine Suffix, coro::Shape &Shape, in createClone() function 800 auto ResumeClone = createClone(F, ".resume", Shape, ResumeEntry, 0); in splitCoroutine() 801 auto DestroyClone = createClone(F, ".destroy", Shape, ResumeEntry, 1); in splitCoroutine() 802 auto CleanupClone = createClone(F, ".cleanup", Shape, ResumeEntry, 2); in splitCoroutine()
|