Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1407 auto *AllocInst = CoroId->getCoroAlloc(); in handleNoSuspendCoroutine() local
1411 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()
1412 if (AllocInst) { in handleNoSuspendCoroutine()
1413 IRBuilder<> Builder(AllocInst); in handleNoSuspendCoroutine()
1417 AllocInst->replaceAllUsesWith(Builder.getFalse()); in handleNoSuspendCoroutine()
1418 AllocInst->eraseFromParent(); in handleNoSuspendCoroutine()