Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp525 auto *AllocInst = CoroId->getCoroAlloc(); in handleNoSuspendCoroutine() local
526 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()
/external/llvm/docs/tutorial/
DOCamlLangImpl7.rst328 ``AllocInst*``'s as ``Llvm.llvalue``'s, but this may change in the future
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DOCamlLangImpl7.rst328 ``AllocInst*``'s as ``Llvm.llvalue``'s, but this may change in the future