Lines Matching refs:JumpDest
392 CodeGenFunction::JumpDest
394 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel()
398 Dest = JumpDest(createBasicBlock(D->getName()), in getJumpDestForLabel()
411 JumpDest &Dest = LabelMap[D]; in EmitLabel()
442 JumpDest &dest = CGF.LabelMap.find(*i)->second; in rescopeLabels()
685 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); in EmitWhileStmt()
692 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt()
771 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt()
772 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt()
832 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt()
845 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); in EmitForStmt()
933 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()
978 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()
1242 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
1559 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog"); in EmitSwitchStmt()
1596 JumpDest OuterContinue; in EmitSwitchStmt()