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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1159 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog"); local
1216 BreakContinueStack.push_back(BreakContinue(SwitchExit, OuterContinue));
1236 DefaultBlock->replaceAllUsesWith(SwitchExit.getBlock());
1244 EmitBlock(SwitchExit.getBlock(), true);

Completed in 169 milliseconds