Searched refs:StableHash (Results 1 – 4 of 4) sorted by relevance
75 for (stable_hash StableHash : Sequence) { in insert() local76 auto I = Current->Successors.find(StableHash); in insert()80 NextPtr->Hash = StableHash; in insert()81 Current->Successors.emplace(StableHash, std::move(Next)); in insert()121 for (stable_hash StableHash : Sequence) { in find() local122 const auto I = Current->Successors.find(StableHash); in find()
206 auto &[StableHash, SFS] = *It; in finalize()
205 stable_hash StableHash = stableHashValue(MO); in stableHashValue() local206 if (!StableHash) in stableHashValue()208 HashComponents.push_back(StableHash); in stableHashValue()
682 stable_hash StableHash = stableHashValue(MI); in getMatchedEntries() local683 if (!StableHash) in getMatchedEntries()685 auto It = CurrNode->Successors.find(StableHash); in getMatchedEntries()