Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h123 uint64_t getHashCode() const { in getHashCode() function
168 return Obj.getHashCode(); in MD5Hash()
172 return Obj.getHashCode(); in hash_value()
190 return Val.getHashCode();
207 return Val.getHashCode();
H A DSampleProf.h299 uint64_t getHashCode() const {
309 return Loc.getHashCode();
492 uint64_t getHashCode() const {
493 uint64_t NameHash = Func.getHashCode();
500 return arg.getHashCode();
638 uint64_t getHashCode() const {
641 return getFunction().getHashCode();
691 return Context.getHashCode();
721 return Context.getHashCode();
1205 return getFunction().getHashCode();
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp461 uint64_t OrigChildContextHash = OrigChildContext.getHashCode(); in convertCSProfiles()
486 NewChildProfileHash = ChildProfile->getContext().getHashCode(); in convertCSProfiles()
489 NewChildProfileHash = ChildProfile->getContext().getHashCode(); in convertCSProfiles()
H A DSampleProfReader.cpp565 Hash = Context.getHashCode(); in readSampleContextFromTable()
892 if ((useMD5() && FuncGuidsToUse.count(FName.getHashCode())) || in readFuncProfiles()
1077 MD5SampleContextTable.emplace_back(FID.getHashCode()); in readNameTable()
H A DSampleProfWriter.cpp358 Writer.write(N.getHashCode()); in writeNameTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp456 return GUIDToFuncNameMap->lookup(Node->getFuncName().getHashCode()); in getFuncNameFor()
H A DSampleProfile.cpp1145 InlinedGUIDs.insert(TS.first.getHashCode()); in findExternalInlineCandidate()
1652 InstrProfValueData{I.first.getHashCode(), I.second}); in GetSortedValueDataFromCallTargets()
2035 GUIDsInProfile.insert(Name.getHashCode()); in doInitialization()