Searched refs:FromScope (Results 1 – 1 of 1) sorted by relevance
788 unsigned FromScope = LabelAndGotoScopes[From]; in CheckJump() local792 if (FromScope == ToScope) return; in CheckJump()798 for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) { in CheckJump()806 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump()