Searched refs:OldState (Results 1 – 5 of 5) sorted by relevance
803 auto *OldState = Info.OuterSubmoduleState; in LeaveSubmodule() local805 OldState = &NullSubmoduleState; in LeaveSubmodule()806 if (OldState && OldState != CurSubmoduleState) { in LeaveSubmodule()809 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
185 LRTable::StateID OldState = Option->RecoveryNode->State; in glrRecover() local188 ? *Lang.Table.getShiftState(OldState, Option->Symbol) in glrRecover()189 : *Lang.Table.getGoToState(OldState, Option->Symbol); in glrRecover()
3082 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local3083 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()3086 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()
1062 BDVState OldState = States[BDV]; in findBasePointer() local1063 if (OldState != NewState) { in findBasePointer()
2613 ProgramStateRef OldState = State; in simplify() local2618 if (OldState == State) in simplify()