Searched refs:ContextSnapshot (Results 1 – 2 of 2) sorted by relevance
27 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()
92 using ContextSnapshot = DenseMap<const llvm::Function *, FunctionSnapshot>; variable94 ContextSnapshot OrigContextSnapshot;100 ContextSnapshot takeSnapshot() const;103 bool diff(const ContextSnapshot &Orig, const ContextSnapshot &Curr) const;