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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp800 static Function *createClone(Function &F, const Twine &Suffix, function
1247 auto ResumeClone = createClone(F, ".resume", Shape,
1249 auto DestroyClone = createClone(F, ".destroy", Shape,
1251 auto CleanupClone = createClone(F, ".cleanup", Shape,

Completed in 102 milliseconds