Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h93 LLVM_ABI void cleanCoroutine(SmallVectorImpl<CoroFrameInst *> &CoroFrames,
282 cleanCoroutine(CoroFrames, UnusedCoroSaves, CoroPromise); in Shape()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp472 void coro::Shape::cleanCoroutine( in cleanCoroutine() function in coro::Shape