Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h50 void replaceCoroFree(CoroIdInst *CoroId, bool Elide);
H A DCoroElide.cpp346 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.cpp991 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]), in create()
1280 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()