Searched refs:ToScope (Results 1 – 1 of 1) sorted by relevance
928 unsigned ToScope = LabelAndGotoScopes[To]; in CheckJump() local931 if (FromScope == ToScope) return; in CheckJump()937 for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) { in CheckJump()950 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump()953 if (CommonScope == ToScope) return; in CheckJump()959 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) { in CheckJump()