Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp812 auto *OldState = Info.OuterSubmoduleState; in LeaveSubmodule() local
814 OldState = &NullSubmoduleState; in LeaveSubmodule()
815 if (OldState && OldState != CurSubmoduleState) { in LeaveSubmodule()
818 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3118 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local
3119 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()
3122 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()
H A DRewriteStatepointsForGC.cpp1048 BDVState OldState = Pair.second; in findBasePointer() local
1049 if (OldState != NewState) { in findBasePointer()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2695 ProgramStateRef OldState = State; in simplify() local
2700 if (OldState == State) in simplify()