Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMappingReader.h37 uint64_t FunctionHash; member
178 uint64_t FunctionHash; member
184 uint64_t FunctionHash, StringRef CoverageMapping, in ProfileMappingRecord()
187 FunctionHash(FunctionHash), CoverageMapping(CoverageMapping), in ProfileMappingRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp542 uint64_t FunctionHash = 0; member in __anon9d6dc8750211::FuncPGOInstrumentation
564 Twine(FunctionHash) + "\t" + Str); in dumpInfo()
631 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 | in computeCFGHash()
636 FunctionHash &= 0x0FFFFFFFFFFFFFFF; in computeCFGHash()
638 NamedInstrProfRecord::setCSFlagInHash(FunctionHash); in computeCFGHash()
644 << ", Hash = " << FunctionHash << "\n";); in computeCFGHash()
679 Twine(F.getName() + "." + Twine(FunctionHash)).str(); in renameComdatFunction()
682 FuncName = Twine(FuncName + "." + Twine(FunctionHash)).str(); in renameComdatFunction()
699 Twine(OrigComdat->getName() + "." + Twine(FunctionHash)).str(); in renameComdatFunction()
708 GA->setName(Twine(GA->getName() + "." + Twine(FunctionHash))); in renameComdatFunction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h104 using FunctionHash = uint64_t; variable
105 static FunctionHash functionHash(Function &);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp446 OldRecord.FunctionHash, OldRecord.CoverageMapping); in insertFunctionRecordIfNeeded()
457 OldRecord.FunctionHash = FuncHash; in insertFunctionRecordIfNeeded()
824 Record.FunctionHash = R.FunctionHash; in readNextRecord()
DCoverageMapping.cpp222 Record.FunctionHash, Counts)) { in loadFunctionRecord()
225 FuncHashMismatches.emplace_back(Record.FunctionName, Record.FunctionHash); in loadFunctionRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp179 FunctionComparator::FunctionHash Hash;
187 FunctionComparator::FunctionHash getHash() const { return Hash; } in getHash()
416 std::vector<std::pair<FunctionComparator::FunctionHash, Function *>> in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp920 FunctionComparator::FunctionHash FunctionComparator::functionHash(Function &F) { in functionHash()