Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp403 auto *SuspendBB = S->getParent(); in createResumeEntryBlock() local
1583 auto *SuspendBB = Suspend->getParent(); in splitAsyncCoroutine() local
1684 auto SuspendBB = Suspend->getParent(); in splitRetconCoroutine() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp44 llvm::BasicBlock *SuspendBB = nullptr; member