Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1276 auto *AllocInst = CoroId->getCoroAlloc(); in handleNoSuspendCoroutine() local
1280 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()
1281 if (AllocInst) { in handleNoSuspendCoroutine()
1282 IRBuilder<> Builder(AllocInst); in handleNoSuspendCoroutine()
1286 AllocInst->replaceAllUsesWith(Builder.getFalse()); in handleNoSuspendCoroutine()
1287 AllocInst->eraseFromParent(); in handleNoSuspendCoroutine()