Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h117 SwitchInst *ResumeSwitch; member
H A DCoroutines.cpp302 this->SwitchLowering.ResumeSwitch = nullptr; in buildFrom()
H A DCoroSplit.cpp505 auto *Switch = cast<SwitchInst>(VMap[Shape.SwitchLowering.ResumeSwitch]); in handleFinalSuspend()
1495 Shape.SwitchLowering.ResumeSwitch = Switch; in createResumeEntryBlock()