Home
last modified time | relevance | path

Searched refs:ResumeSwitch (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h121 SwitchInst *ResumeSwitch; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp300 SwitchLowering.ResumeSwitch = nullptr; in analyze()
H A DCoroSplit.cpp414 auto *Switch = cast<SwitchInst>(VMap[Shape.SwitchLowering.ResumeSwitch]); in handleFinalSuspend()
1511 Shape.SwitchLowering.ResumeSwitch = Switch; in createResumeEntryBlock()