Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp704 for (auto SwitchAndDefaultDest : DefaultSuspendDest) { in addFieldForAllocas() local
705 SwitchInst *SWI = SwitchAndDefaultDest.first; in addFieldForAllocas()
706 BasicBlock *DestBB = SwitchAndDefaultDest.second; in addFieldForAllocas()