Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp493 static Function *createCloneDeclaration(Function &OrigF, coro::Shape &Shape, in createCloneDeclaration() function
867 NewF = createCloneDeclaration(OrigF, Shape, Suffix, in create()
1710 auto *Continuation = createCloneDeclaration( in splitAsyncCoroutine()
1815 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()