Searched refs:createClone (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 1167 static Function *createClone(Function &F, const Twine &Suffix, in createClone() function 1687 auto ResumeClone = createClone(F, ".resume", Shape, in splitSwitchCoroutine() 1689 auto DestroyClone = createClone(F, ".destroy", Shape, in splitSwitchCoroutine() 1691 auto CleanupClone = createClone(F, ".cleanup", Shape, in splitSwitchCoroutine()
|