Home
last modified time | relevance | path

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

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