Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp511 auto *NewSwitchBB = OldSwitchBB->splitBasicBlock(Switch, "Switch"); in handleFinalSuspend() local
525 Builder.CreateCondBr(Cond, ResumeBB, NewSwitchBB); in handleFinalSuspend()