Lines Matching refs:getJumpDestInCurrentScope
445 Dest = getJumpDestInCurrentScope(D->getName()); in EmitLabel()
617 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); in EmitWhileStmt()
624 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt()
700 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt()
701 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt()
759 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt()
770 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); in EmitForStmt()
781 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt()
855 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()
896 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()
1465 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog"); in EmitSwitchStmt()