Home
last modified time | relevance | path

Searched defs:SwitchCoroutineSplitter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1426 struct SwitchCoroutineSplitter { struct
1427 static void split(Function &F, coro::Shape &Shape, in split()
1462 static Function *createClone(Function &F, const Twine &Suffix, in createClone()
1472 static void createResumeEntryBlock(Function &F, coro::Shape &Shape) { in createResumeEntryBlock()
1567 static void updateCoroFrame(coro::Shape &Shape, Function *ResumeFn, in updateCoroFrame()
1604 static void setCoroInfo(Function &F, coro::Shape &Shape, in setCoroInfo()