Searched refs:OldState (Results 1 – 4 of 4) sorted by relevance
723 auto *OldState = Info.OuterSubmoduleState; in LeaveSubmodule() local725 OldState = &NullSubmoduleState; in LeaveSubmodule()726 if (OldState && OldState != CurSubmoduleState) { in LeaveSubmodule()729 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
789 BDVState OldState = States[BDV]; in findBasePointer() local790 if (OldState != NewState) { in findBasePointer()
914 BDVState OldState = States[BDV]; in findBasePointer() local915 if (OldState != NewState) { in findBasePointer()
3091 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local3092 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()3095 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()