Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp73 llvm::CallInst *CoroBegin = nullptr; member
698 auto *CoroBegin = Builder.CreateCall( EmitCoroutineBody() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp156 createCoroSave(CoroBeginInst * CoroBegin,CoroSuspendInst * SuspendInst) createCoroSave() argument
H A DCoroInternal.h80 CoroBeginInst *CoroBegin; global() member
H A DCoroSplit.cpp1481 auto *CoroBegin = Shape.CoroBegin; handleNoSuspendCoroutine() local
1581 simplifySuspendPoint(CoroSuspendInst * Suspend,CoroBeginInst * CoroBegin) simplifySuspendPoint() argument
[all...]
H A DCoroFrame.cpp1588 const CoroBeginInst &CoroBegin; global() member
2685 sinkSpillUsesAfterCoroBegin(Function & F,const FrameDataInfo & FrameData,CoroBeginInst * CoroBegin) sinkSpillUsesAfterCoroBegin() argument
[all...]