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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1992 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog"); local
2042 BreakContinueStack.push_back(BreakContinue(SwitchExit, OuterContinue));
2062 DefaultBlock->replaceAllUsesWith(SwitchExit.getBlock());
2070 EmitBlock(SwitchExit.getBlock(), true);

Completed in 141 milliseconds