Home
last modified time | relevance | path

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

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