Searched refs:ResumeEntry (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 246 BasicBlock *ResumeEntry, int8_t FnIndex) { in createClone() argument 280 auto *SwitchBB = cast<BasicBlock>(VMap[ResumeEntry]); in createClone() 731 auto *ResumeEntry = createResumeEntryBlock(F, Shape); in splitCoroutine() local 732 auto ResumeClone = createClone(F, ".resume", Shape, ResumeEntry, 0); in splitCoroutine() 733 auto DestroyClone = createClone(F, ".destroy", Shape, ResumeEntry, 1); in splitCoroutine() 734 auto CleanupClone = createClone(F, ".cleanup", Shape, ResumeEntry, 2); in splitCoroutine()
|