Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp229 auto *NewSwitchBB = OldSwitchBB->splitBasicBlock(Switch, "Switch"); in handleFinalSuspend() local
237 Builder.CreateCondBr(Cond, ResumeBB, NewSwitchBB); in handleFinalSuspend()