Home
last modified time | relevance | path

Searched defs:CoroBegin (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp161 void Lowerer::hidePromiseAlloca(CoroIdInst *CoroId, CoroBeginInst *CoroBegin) { in hidePromiseAlloca()
192 CoroBeginInst *CoroBegin = nullptr; in lowerEarlyIntrinsics() local
H A DCoroutines.cpp169 static CoroSaveInst *createCoroSave(CoroBeginInst *CoroBegin, in createCoroSave()
H A DSpillUtils.cpp538 CoroBeginInst *CoroBegin, in sinkSpillUsesAfterCoroBegin()
H A DCoroSplit.cpp1168 auto *CoroBegin = Shape.CoroBegin; in handleNoSuspendCoroutine() local
1270 CoroBeginInst *CoroBegin) { in simplifySuspendPoint()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp74 llvm::CallInst *CoroBegin = nullptr; member
836 auto *CoroBegin = Builder.CreateCall( in EmitCoroutineBody() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h54 CoroBeginInst *CoroBegin = nullptr; member