Home
last modified time | relevance | path

Searched refs:replaceCoroFree (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h49 void replaceCoroFree(CoroIdInst *CoroId, bool Elide);
H A DCoroElide.cpp249 coro::replaceCoroFree(CoroId, /*Elide=*/true); in processCoroId()
H A DCoroutines.cpp153 void coro::replaceCoroFree(CoroIdInst *CoroId, bool Elide) { in replaceCoroFree() function in coro
H A DCoroSplit.cpp331 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]), in createClone()
526 coro::replaceCoroFree(CoroId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()