Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp299 auto SwitchId = getSwitchCoroId(); in analyze() local
301 SwitchLowering.PromiseAlloca = SwitchId->getPromise(); in analyze()
H A DCoroSplit.cpp1171 auto SwitchId = Shape.getSwitchCoroId(); in handleNoSuspendCoroutine() local
1172 auto *AllocInst = SwitchId->getCoroAlloc(); in handleNoSuspendCoroutine()
1173 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()