Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp862 SmallVector<stable_hash> OutlinedHashSequence; in computeAndPublishHashSequence() local
867 OutlinedHashSequence.clear(); in computeAndPublishHashSequence()
870 OutlinedHashSequence.push_back(Hash); in computeAndPublishHashSequence()
875 if (AppendContentHashToOutlinedName && !OutlinedHashSequence.empty()) { in computeAndPublishHashSequence()
876 auto CombinedHash = stable_hash_combine(OutlinedHashSequence); in computeAndPublishHashSequence()
885 if (!OutlinedHashSequence.empty()) in computeAndPublishHashSequence()
886 LocalHashTree->insert({OutlinedHashSequence, CandSize}); in computeAndPublishHashSequence()