Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h50 void replaceCoroFree(CoroIdInst *CoroId, bool Elide);
H A DCoroElide.cpp367 coro::replaceCoroFree(CoroId, /*Elide=*/true); in processCoroId()
H A DCoroutines.cpp174 void coro::replaceCoroFree(CoroIdInst *CoroId, bool Elide) { in replaceCoroFree() function in coro
H A DCoroSplit.cpp1028 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]), in create()
1306 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()