Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ !
H A DCoroFrame.cpp868 for (auto SwitchAndDefaultDest : DefaultSuspendDest) { in addFieldForAllocas() local
869 SwitchInst *SWI = SwitchAndDefaultDest.first; in addFieldForAllocas()
870 BasicBlock *DestBB = SwitchAndDefaultDest.second; in addFieldForAllocas()