Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp1974 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog"); in EmitSwitchStmt() local
2024 BreakContinueStack.push_back(BreakContinue(SwitchExit, OuterContinue)); in EmitSwitchStmt()
2044 DefaultBlock->replaceAllUsesWith(SwitchExit.getBlock()); in EmitSwitchStmt()
2052 EmitBlock(SwitchExit.getBlock(), true); in EmitSwitchStmt()