Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenData/
H A DOutlinedHashTree.h48 using HashSequence = SmallVector<stable_hash>; variable
49 using HashSequencePair = std::pair<HashSequence, unsigned>;
91 std::optional<unsigned> find(const HashSequence &Sequence) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTree.cpp120 OutlinedHashTree::find(const HashSequence &Sequence) const { in find()