Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DABI.h55 virtual void splitCoroutine(Function &F, coro::Shape &Shape,
75 void splitCoroutine(Function &F, coro::Shape &Shape,
88 void splitCoroutine(Function &F, coro::Shape &Shape,
101 void splitCoroutine(Function &F, coro::Shape &Shape,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1712 void coro::AsyncABI::splitCoroutine(Function &F, coro::Shape &Shape, in splitCoroutine() function in coro::AsyncABI
1809 void coro::AnyRetconABI::splitCoroutine(Function &F, coro::Shape &Shape, in splitCoroutine() function in coro::AnyRetconABI
1982 void coro::SwitchABI::splitCoroutine(Function &F, coro::Shape &Shape, in splitCoroutine() function in coro::SwitchABI
2015 ABI.splitCoroutine(F, Shape, Clones, TTI); in doSplitCoroutine()