Lines Matching refs:getJumpDestInCurrentScope
475 Dest = getJumpDestInCurrentScope(D->getName()); in EmitLabel()
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()
831 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt()
905 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()
949 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()
1521 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog"); in EmitSwitchStmt()