Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1739 auto *NewSuspendBB = SuspendBB->splitBasicBlock(Suspend); in splitAsyncCoroutine() local
1744 BasicBlock::Create(F.getContext(), "coro.return", &F, NewSuspendBB); in splitAsyncCoroutine()
1836 auto NewSuspendBB = SuspendBB->splitBasicBlock(Suspend); in splitRetconCoroutine() local
1843 BasicBlock::Create(F.getContext(), "coro.return", &F, NewSuspendBB); in splitRetconCoroutine()