Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp507 static Function *createCloneDeclaration(Function &OrigF, coro::Shape &Shape, in createCloneDeclaration() function
878 NewF = createCloneDeclaration(OrigF, Shape, Suffix, in create()
1742 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine()
1847 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()