Home
last modified time | relevance | path

Searched refs:createCloneDeclaration (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp466 static Function *createCloneDeclaration(Function &OrigF, coro::Shape &Shape, in createCloneDeclaration() function
823 NewF = createCloneDeclaration(OrigF, Shape, Suffix, in create()
1577 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine()
1679 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()