Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2156 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in rewritePHIsForCleanupPad() local
2157 SetDispatchValuePN->addIncoming(SwitchConstant, Pred); in rewritePHIsForCleanupPad()
2158 SwitchOnDispatch->addCase(SwitchConstant, CaseBB); in rewritePHIsForCleanupPad()