Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h282 void buildCoroutineFrame(Function &F, Shape &Shape);
H A DCoroSplit.cpp1819 buildCoroutineFrame(F, Shape); in splitCoroutine()
H A DCoroFrame.cpp2587 void coro::buildCoroutineFrame(Function &F, Shape &Shape) { in buildCoroutineFrame() function in coro