Home
last modified time | relevance | path

Searched refs:StableHash (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DOutlinedHashTree.cpp75 for (stable_hash StableHash : Sequence) { in insert() local
76 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() local
122 const auto I = Current->Successors.find(StableHash); in find()
H A DStableFunctionMap.cpp206 auto &[StableHash, SFS] = *It; in finalize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineStableHash.cpp205 stable_hash StableHash = stableHashValue(MO); in stableHashValue() local
206 if (!StableHash) in stableHashValue()
208 HashComponents.push_back(StableHash); in stableHashValue()
H A DMachineOutliner.cpp682 stable_hash StableHash = stableHashValue(MI); in getMatchedEntries() local
683 if (!StableHash) in getMatchedEntries()
685 auto It = CurrNode->Successors.find(StableHash); in getMatchedEntries()