Home
last modified time | relevance | path

Searched refs:OrigContextSnapshot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp70 void IRSnapshotChecker::save() { OrigContextSnapshot = takeSnapshot(); } in save()
74 if (diff(OrigContextSnapshot, CurrContextSnapshot)) { in expectNoDiff()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h94 ContextSnapshot OrigContextSnapshot; variable