Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp245 static Function *createClone(Function &F, Twine Suffix, coro::Shape &Shape, in createClone() function
732 auto ResumeClone = createClone(F, ".resume", Shape, ResumeEntry, 0); in splitCoroutine()
733 auto DestroyClone = createClone(F, ".destroy", Shape, ResumeEntry, 1); in splitCoroutine()
734 auto CleanupClone = createClone(F, ".cleanup", Shape, ResumeEntry, 2); in splitCoroutine()