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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1060 auto *AllocInst = CoroId->getCoroAlloc(); local
1064 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr);
1065 if (AllocInst) {
1066 IRBuilder<> Builder(AllocInst);
1070 AllocInst->replaceAllUsesWith(Builder.getFalse());
1071 AllocInst->eraseFromParent();

Completed in 115 milliseconds