Searched refs:AllocInst (Results 1 – 3 of 3) sorted by relevance
525 auto *AllocInst = CoroId->getCoroAlloc(); in handleNoSuspendCoroutine() local526 coro::replaceCoroFree(CoroId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()527 if (AllocInst) { in handleNoSuspendCoroutine()528 IRBuilder<> Builder(AllocInst); in handleNoSuspendCoroutine()532 AllocInst->replaceAllUsesWith(Builder.getFalse()); in handleNoSuspendCoroutine()533 AllocInst->eraseFromParent(); in handleNoSuspendCoroutine()
328 ``AllocInst*``'s as ``Llvm.llvalue``'s, but this may change in the future