Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp818 auto *OldState = Info.OuterSubmoduleState; in LeaveSubmodule() local
820 OldState = &NullSubmoduleState; in LeaveSubmodule()
821 if (OldState && OldState != CurSubmoduleState) { in LeaveSubmodule()
824 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h677 bool OldState; in DEFINE_ISA_CONVERSION_FUNCTIONS() local
681 : Obj(Obj), OldState(Obj.IsNewDbgInfoFormat) { in DEFINE_ISA_CONVERSION_FUNCTIONS()
684 ~ScopedDbgInfoFormatSetter() { Obj.setIsNewDbgInfoFormat(OldState); } in DEFINE_ISA_CONVERSION_FUNCTIONS()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3085 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi() local
3086 assert(OldState != MPS_Invalid && "Invalid memory phi state"); in valueNumberMemoryPhi()
3089 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()
H A DRewriteStatepointsForGC.cpp1042 BDVState OldState = Pair.second; in findBasePointer() local
1043 if (OldState != NewState) { in findBasePointer()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2680 ProgramStateRef OldState = State; in simplify() local
2685 if (OldState == State) in simplify()