Searched refs:OldState (Results 1 – 5 of 5) sorted by relevance
818 auto *OldState = Info.OuterSubmoduleState; in LeaveSubmodule() local820 OldState = &NullSubmoduleState; in LeaveSubmodule()821 if (OldState && OldState != CurSubmoduleState) { in LeaveSubmodule()824 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
677 bool OldState; in DEFINE_ISA_CONVERSION_FUNCTIONS() local681 : Obj(Obj), OldState(Obj.IsNewDbgInfoFormat) { in DEFINE_ISA_CONVERSION_FUNCTIONS()684 ~ScopedDbgInfoFormatSetter() { Obj.setIsNewDbgInfoFormat(OldState); } in DEFINE_ISA_CONVERSION_FUNCTIONS()
3085 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local3086 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()3089 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()
1042 BDVState OldState = Pair.second; in findBasePointer() local1043 if (OldState != NewState) { in findBasePointer()
2680 ProgramStateRef OldState = State; in simplify() local2685 if (OldState == State) in simplify()