Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp559 static Function *createCloneDeclaration(Function &OrigF, coro::Shape &Shape, in createCloneDeclaration() function
940 NewF = createCloneDeclaration(OrigF, Shape, Suffix, in create()
1817 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine()
1920 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()