Home
last modified time | relevance | path

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

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