Home
last modified time | relevance | path

Searched defs:SuspendBB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1543 auto *SuspendBB = S->getParent(); in createResumeEntryBlock() local
1738 auto *SuspendBB = Suspend->getParent(); in splitAsyncCoroutine() local
1835 auto SuspendBB = Suspend->getParent(); in splitRetconCoroutine() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp44 llvm::BasicBlock *SuspendBB = nullptr; member