Searched refs:FunctionHash (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h37 uint64_t FunctionHash; member in struct:llvm::coverage::CoverageMappingRecord
178 uint64_t FunctionHash; member in struct:llvm::coverage::BinaryCoverageReader::ProfileMappingRecord
184 uint64_t FunctionHash, StringRef CoverageMapping,
187 FunctionHash(FunctionHash), CoverageMapping(CoverageMapping),
183 ProfileMappingRecord(CovMapVersion Version, StringRef FunctionName, uint64_t FunctionHash, StringRef CoverageMapping, size_t FilenamesBegin, size_t FilenamesSize) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h35 uint64_t FunctionHash; member in class:clang::CodeGen::CodeGenPGO
45 NumRegionCounters(0), FunctionHash(0), CurrentRegionCount(0) {}
H A DCoverageMappingGen.h70 uint64_t FunctionHash,
H A DCodeGenPGO.cpp816 FunctionHash = Walker.Hash.finalize();
845 FuncNameVar, FuncName, FunctionHash, CoverageMapping);
867 FuncNameVar, FuncName, FunctionHash, CoverageMapping, false);
904 Builder.getInt64(FunctionHash),
936 Builder.getInt64(FunctionHash),
971 PGOReader->getInstrProfRecord(FuncName, FunctionHash);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h104 using FunctionHash = uint64_t;
105 static FunctionHash functionHash(Function &);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp186 // Command line option to control appending FunctionHash to the name of a COMDAT
542 uint64_t FunctionHash = 0; member in class:__anon5603::FuncPGOInstrumentation
564 Twine(FunctionHash) + "\t" + Str);
631 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 |
636 FunctionHash &= 0x0FFFFFFFFFFFFFFF;
638 NamedInstrProfRecord::setCSFlagInHash(FunctionHash);
644 << ", Hash = " << FunctionHash << "\n";);
679 Twine(F.getName() + "." + Twine(FunctionHash)).str();
682 FuncName = Twine(FuncName + "." + Twine(FunctionHash)).str();
699 Twine(OrigComdat->getName() + "." + Twine(FunctionHash))
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp446 OldRecord.FunctionHash, OldRecord.CoverageMapping);
457 OldRecord.FunctionHash = FuncHash;
824 Record.FunctionHash = R.FunctionHash;
H A DCoverageMapping.cpp222 Record.FunctionHash, Counts)) {
225 FuncHashMismatches.emplace_back(Record.FunctionName, Record.FunctionHash);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp179 FunctionComparator::FunctionHash Hash;
187 FunctionComparator::FunctionHash getHash() const { return Hash; }
416 std::vector<std::pair<FunctionComparator::FunctionHash, Function *>>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp920 FunctionComparator::FunctionHash FunctionComparator::functionHash(Function &F) {

Completed in 208 milliseconds