Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h27 void replaceCoroFree(CoroIdInst *CoroId, bool Elide);
H A DCoroElide.cpp429 coro::replaceCoroFree(CoroId, /*Elide=*/true); in attemptElide()
H A DCoroutines.cpp128 void coro::replaceCoroFree(CoroIdInst *CoroId, bool Elide) { in replaceCoroFree() function in coro
H A DCoroSplit.cpp1163 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]), in create()
1229 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()