Home
last modified time | relevance | path

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

/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();
493 uint64_t getHashCode() const {
494 uint64_t NameHash = Func.getHashCode();
495 uint64_t LocId = Location.getHashCode();
501 return arg.getHashCode();
639 uint64_t getHashCode() const {
642 return getFunction().getHashCode();
692 return Context.getHashCode();
722 return Context.getHashCode();
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp477 uint64_t OrigChildContextHash = OrigChildContext.getHashCode(); in convertCSProfiles()
502 NewChildProfileHash = ChildProfile->getContext().getHashCode();
505 NewChildProfileHash = ChildProfile->getContext().getHashCode();
H A DSampleProfReader.cpp591 Hash = Context.getHashCode(); in readProfile()
922 if ((useMD5() && FuncGuidsToUse.count(FName.getHashCode())) || in readFuncProfiles()
1133 MD5SampleContextTable.emplace_back(FID.getHashCode()); in readNameTableSec()
1311 auto R = FuncMetadataIndex.find(FProfile->getContext().getHashCode()); in readHeader()
1340 FuncMetadataIndex[FContext.getHashCode()] = {Start, Data}; in getFileSize()
H A DSampleProfWriter.cpp356 Writer.write(N.getHashCode()); in writeNameTable()
/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.h133 uint64_t Hash = Key.Data->getHashCode(); in operator()
158 uint64_t getHashCode() const { in getHashCode() function
337 uint64_t getHashCode() { in getHashCode() function
H A DProfiledBinary.h512 auto I = HashBinaryFunctions.find(FName.getHashCode()); in getBinaryFunction()
H A DProfileGenerator.cpp624 FunctionProfile->getFunction().getHashCode()); in getLeafProfileAndAddTotalSamples()
644 FunctionProfile->getFunction().getHashCode()); in getLeafProfileAndAddTotalSamples()
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1104 InlinedGUIDs.insert(TS.first.getHashCode());
1612 InstrProfValueData{I.first.getHashCode(), I.second}); in generateMDProfMetadata()
2001 GUIDsInProfile.insert(Name.getHashCode()); in doInitialization()
H A DSampleContextTracker.cpp456 return GUIDToFuncNameMap->lookup(Node->getFuncName().getHashCode()); in getFuncNameFor()