Lines Matching refs:JumpDest
451 CodeGenFunction::JumpDest
453 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel()
457 Dest = JumpDest(createBasicBlock(D->getName()), in getJumpDestForLabel()
470 JumpDest &Dest = LabelMap[D]; in EmitLabel()
500 JumpDest &dest = CGF.LabelMap.find(*i)->second; in rescopeLabels()
663 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); in EmitWhileStmt()
671 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt()
747 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt()
748 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt()
807 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt()
820 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); in EmitForStmt()
905 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()
949 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()
1206 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
1521 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog"); in EmitSwitchStmt()
1562 JumpDest OuterContinue; in EmitSwitchStmt()