HomeSort by: relevance | last modified time | path
    Searched refs:OldState (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 765 auto *OldState = Info.OuterSubmoduleState;
767 OldState = &NullSubmoduleState;
768 if (OldState && OldState != CurSubmoduleState) {
771 auto &OldMacros = OldState->Macros;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 976 BDVState OldState = States[BDV];
977 if (OldState != NewState) {
NewGVN.cpp 3049 auto OldState = MemoryPhiState.lookup(MP);
3050 assert(OldState != MPS_Invalid && "Invalid memory phi state");
3053 if (setMemoryClass(MP, CC) || OldState != NewState)

Completed in 23 milliseconds