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.cpp1372 struct SwitchCoroutineSplitter { struct
1373 static void split(Function &F, coro::Shape &Shape, in split()
1414 static Function *createNoAllocVariant(Function &F, coro::Shape &Shape, in createNoAllocVariant()
1479 static void createResumeEntryBlock(Function &F, coro::Shape &Shape) { in createResumeEntryBlock()
1601 static void updateCoroFrame(coro::Shape &Shape, Function *ResumeFn, in updateCoroFrame()
1638 static void setCoroInfo(Function &F, coro::Shape &Shape, in setCoroInfo()