Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h282 void buildCoroutineFrame(Function &F, Shape &Shape);
H A DCoroSplit.cpp1778 buildCoroutineFrame(F, Shape); in splitCoroutine()
H A DCoroFrame.cpp2526 void coro::buildCoroutineFrame(Function &F, Shape &Shape) { in buildCoroutineFrame() function in coro