Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp485 auto *NewSwitchBB = OldSwitchBB->splitBasicBlock(Switch, "Switch"); in handleFinalSuspend() local
493 Builder.CreateCondBr(Cond, ResumeBB, NewSwitchBB); in handleFinalSuspend()