Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h101 void buildCoroutineFrame(Function &F, Shape &Shape);
H A DCoroFrame.cpp866 void coro::buildCoroutineFrame(Function &F, Shape &Shape) { in buildCoroutineFrame() function in coro
H A DCoroSplit.cpp786 buildCoroutineFrame(F, Shape); in splitCoroutine()