Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp865 for (auto SwitchAndDefaultDest : DefaultSuspendDest) { in addFieldForAllocas() local
866 SwitchInst *SWI = SwitchAndDefaultDest.first; in addFieldForAllocas()
867 BasicBlock *DestBB = SwitchAndDefaultDest.second; in addFieldForAllocas()