Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp27 IRSnapshotChecker::ContextSnapshot IRSnapshotChecker::takeSnapshot() const { in takeSnapshot()
28 ContextSnapshot Result; in takeSnapshot()
39 bool IRSnapshotChecker::diff(const ContextSnapshot &Orig, in diff()
40 const ContextSnapshot &Curr) const { in diff()
73 ContextSnapshot CurrContextSnapshot = takeSnapshot(); in expectNoDiff()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h92 using ContextSnapshot = DenseMap<const llvm::Function *, FunctionSnapshot>; variable
94 ContextSnapshot OrigContextSnapshot;
100 ContextSnapshot takeSnapshot() const;
103 bool diff(const ContextSnapshot &Orig, const ContextSnapshot &Curr) const;