Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1434 createClone(F, ".resume", Shape, CoroCloner::Kind::SwitchResume, TTI); in split()
1436 createClone(F, ".destroy", Shape, CoroCloner::Kind::SwitchUnwind, TTI); in split()
1438 createClone(F, ".cleanup", Shape, CoroCloner::Kind::SwitchCleanup, TTI); in split()
1462 static Function *createClone(Function &F, const Twine &Suffix, in createClone() function