Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp73 llvm::CallInst *CoroBegin = nullptr; member
831 auto *CoroBegin = Builder.CreateCall( in EmitCoroutineBody() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp159 static CoroSaveInst *createCoroSave(CoroBeginInst *CoroBegin, in createCoroSave()
H A DCoroInternal.h81 CoroBeginInst *CoroBegin; member
H A DCoroSplit.cpp1223 auto *CoroBegin = Shape.CoroBegin; in handleNoSuspendCoroutine() local
1324 CoroBeginInst *CoroBegin) { in simplifySuspendPoint()
H A DCoroFrame.cpp2715 CoroBeginInst *CoroBegin) { in sinkSpillUsesAfterCoroBegin()