Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp765 auto *OldState = Info.OuterSubmoduleState; in LeaveSubmodule() local
767 OldState = &NullSubmoduleState; in LeaveSubmodule()
768 if (OldState && OldState != CurSubmoduleState) { in LeaveSubmodule()
771 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3049 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local
3050 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()
3053 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()
H A DRewriteStatepointsForGC.cpp976 BDVState OldState = States[BDV]; in findBasePointer() local
977 if (OldState != NewState) { in findBasePointer()