Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPLexerChange.cpp723 auto *OldState = Info.OuterSubmoduleState; in LeaveSubmodule() local
725 OldState = &NullSubmoduleState; in LeaveSubmodule()
726 if (OldState && OldState != CurSubmoduleState) { in LeaveSubmodule()
729 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
/external/llvm-project/clang/lib/Lex/
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()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp789 BDVState OldState = States[BDV]; in findBasePointer() local
790 if (OldState != NewState) { in findBasePointer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp911 BDVState OldState = States[BDV]; in findBasePointer() local
912 if (OldState != NewState) { in findBasePointer()
DNewGVN.cpp3069 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local
3070 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()
3073 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3022 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local
3023 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()
3026 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()
DRewriteStatepointsForGC.cpp935 BDVState OldState = States[BDV]; in findBasePointer() local
936 if (OldState != NewState) { in findBasePointer()