Home
last modified time | relevance | path

Searched refs:OldState (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp803 auto *OldState = Info.OuterSubmoduleState; in LeaveSubmodule() local
805 OldState = &NullSubmoduleState; in LeaveSubmodule()
806 if (OldState && OldState != CurSubmoduleState) { in LeaveSubmodule()
809 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DGLR.cpp185 LRTable::StateID OldState = Option->RecoveryNode->State; in glrRecover() local
188 ? *Lang.Table.getShiftState(OldState, Option->Symbol) in glrRecover()
189 : *Lang.Table.getGoToState(OldState, Option->Symbol); in glrRecover()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3082 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local
3083 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()
3086 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()
H A DRewriteStatepointsForGC.cpp1062 BDVState OldState = States[BDV]; in findBasePointer() local
1063 if (OldState != NewState) { in findBasePointer()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2613 ProgramStateRef OldState = State; in simplify() local
2618 if (OldState == State) in simplify()