Home
last modified time | relevance | path

Searched refs:OldState (Results 1 – 4 of 4) 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/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp789 BDVState OldState = States[BDV]; in findBasePointer() local
790 if (OldState != NewState) { in findBasePointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp914 BDVState OldState = States[BDV]; in findBasePointer() local
915 if (OldState != NewState) { in findBasePointer()
DNewGVN.cpp3091 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local
3092 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()
3095 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()