Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp380 static void setCoroInfo(Function &F, CoroBeginInst *CoroBegin, in setCoroInfo()
523 static void handleNoSuspendCoroutine(CoroBeginInst *CoroBegin, Type *FrameTy) { in handleNoSuspendCoroutine()
551 CoroBeginInst *CoroBegin) { in simplifySuspendPoint()
640 getNotRelocatableInstructions(CoroBeginInst *CoroBegin, in getNotRelocatableInstructions()
688 static void relocateInstructionBefore(CoroBeginInst *CoroBegin, Function &F) { in relocateInstructionBefore()
DCoroInternal.h68 CoroBeginInst *CoroBegin; member
DCoroutines.cpp225 static CoroSaveInst *createCoroSave(CoroBeginInst *CoroBegin, in createCoroSave()
DCoroFrame.cpp809 CoroBeginInst *CoroBegin) { in moveSpillUsesAfterCoroBegin()