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