Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp31 FunctionSnapshot Snapshot; in takeSnapshot()
50 const FunctionSnapshot &CurrFS = CurrFSIt->second; in diff()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h83 struct FunctionSnapshot { struct
92 using ContextSnapshot = DenseMap<const llvm::Function *, FunctionSnapshot>; argument