Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1903 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in rewritePHIsForCleanupPad() local
1904 SetDispatchValuePN->addIncoming(SwitchConstant, Pred); in rewritePHIsForCleanupPad()
1905 SwitchOnDispatch->addCase(SwitchConstant, CaseBB); in rewritePHIsForCleanupPad()