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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1637 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog"); local
1682 BreakContinueStack.push_back(BreakContinue(SwitchExit, OuterContinue));
1702 DefaultBlock->replaceAllUsesWith(SwitchExit.getBlock());
1710 EmitBlock(SwitchExit.getBlock(), true);

Completed in 58 milliseconds