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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h119 SwitchInst *ResumeSwitch; member in struct:llvm::coro::Shape::SwitchLoweringStorage
H A DCoroutines.cpp356 this->SwitchLowering.ResumeSwitch = nullptr;
H A DCoroSplit.cpp291 Shape.SwitchLowering.ResumeSwitch = Switch;
377 auto *Switch = cast<SwitchInst>(VMap[Shape.SwitchLowering.ResumeSwitch]);

Completed in 185 milliseconds