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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h37 uint64_t FunctionHash; member in struct:llvm::coverage::CoverageMappingRecord
164 uint64_t FunctionHash; member in struct:llvm::coverage::BinaryCoverageReader::ProfileMappingRecord
170 uint64_t FunctionHash, StringRef CoverageMapping,
173 FunctionHash(FunctionHash), CoverageMapping(CoverageMapping),
169 ProfileMappingRecord(CovMapVersion Version, StringRef FunctionName, uint64_t FunctionHash, StringRef CoverageMapping, size_t FilenamesBegin, size_t FilenamesSize) argument
/freebsd-13-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.h80 uint64_t FunctionHash,
H A DCodeGenPGO.cpp827 FunctionHash = Walker.Hash.finalize();
856 FuncNameVar, FuncName, FunctionHash, CoverageMapping);
878 FuncNameVar, FuncName, FunctionHash, CoverageMapping, false);
915 Builder.getInt64(FunctionHash),
947 Builder.getInt64(FunctionHash),
982 PGOReader->getInstrProfRecord(FuncName, FunctionHash);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h104 using FunctionHash = uint64_t;
105 static FunctionHash functionHash(Function &);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp187 // Command line option to control appending FunctionHash to the name of a COMDAT
546 uint64_t FunctionHash = 0; member in class:__anon4591::FuncPGOInstrumentation
568 Twine(FunctionHash) + "\t" + Str);
635 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 |
640 FunctionHash &= 0x0FFFFFFFFFFFFFFF;
642 NamedInstrProfRecord::setCSFlagInHash(FunctionHash);
648 << ", Hash = " << FunctionHash << "\n";);
683 Twine(F.getName() + "." + Twine(FunctionHash)).str();
686 FuncName = Twine(FuncName + "." + Twine(FunctionHash)).str();
703 Twine(OrigComdat->getName() + "." + Twine(FunctionHash))
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp539 OldRecord.FunctionHash, OldRecord.CoverageMapping);
551 OldRecord.FunctionHash = FuncHash;
1045 Record.FunctionHash = R.FunctionHash;
H A DCoverageMapping.cpp222 Record.FunctionHash, Counts)) {
226 Record.FunctionHash);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp178 FunctionComparator::FunctionHash Hash;
186 FunctionComparator::FunctionHash getHash() const { return Hash; }
415 std::vector<std::pair<FunctionComparator::FunctionHash, Function *>>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp941 FunctionComparator::FunctionHash FunctionComparator::functionHash(Function &F) {

Completed in 286 milliseconds