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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp353 auto SwitchId = cast<CoroIdInst>(Id); local
357 this->SwitchLowering.PromiseAlloca = SwitchId->getPromise();
H A DCoroSplit.cpp1063 auto SwitchId = cast<CoroIdInst>(CoroId); local
1064 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr);

Completed in 90 milliseconds