Searched refs:createClone (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1092 static Function *createClone(Function &F, const Twine &Suffix, in createClone() function 1612 auto ResumeClone = createClone(F, ".resume", Shape, in splitSwitchCoroutine() 1614 auto DestroyClone = createClone(F, ".destroy", Shape, in splitSwitchCoroutine() 1616 auto CleanupClone = createClone(F, ".cleanup", Shape, in splitSwitchCoroutine()
|