Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1078 static Function *createClone(Function &F, const Twine &Suffix, in createClone() function
1580 auto ResumeClone = createClone(F, ".resume", Shape, in splitSwitchCoroutine()
1582 auto DestroyClone = createClone(F, ".destroy", Shape, in splitSwitchCoroutine()
1584 auto CleanupClone = createClone(F, ".cleanup", Shape, in splitSwitchCoroutine()