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

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

Completed in 427 milliseconds