HomeSort by relevance Sort by last modified time
    Searched refs:IndexedInstrProf (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 91 return IndexedInstrProf::ComputeHash(K);
197 static void setSummary(IndexedInstrProf::Summary *TheSummary,
199 using namespace IndexedInstrProf;
216 using namespace IndexedInstrProf;
225 IndexedInstrProf::Header Header;
226 Header.Magic = IndexedInstrProf::Magic;
227 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion;
231 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType);
233 int N = sizeof(IndexedInstrProf::Header) / sizeof(uint64_t);
258 std::unique_ptr<IndexedInstrProf::Summary> TheSummary
    [all...]
InstrProfReader.cpp 184 Value = IndexedInstrProf::ComputeHash(VD.first);
460 return IndexedInstrProf::ComputeHash(HashType, K);
500 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) {
517 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 &&
557 const unsigned char *const Base, IndexedInstrProf::HashT HashType,
573 return Magic == IndexedInstrProf::Magic;
577 IndexedInstrProfReader::readSummary(IndexedInstrProf::ProfVersion Version,
579 using namespace IndexedInstrProf;
581 if (Version >= IndexedInstrProf::Version4) {
582 const IndexedInstrProf::Summary *SummaryInLE
    [all...]
  /external/llvm/include/llvm/ProfileData/
ProfileCommon.h 30 namespace IndexedInstrProf {
InstrProfReader.h 251 namespace IndexedInstrProf {
259 IndexedInstrProf::HashT HashType;
267 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
337 IndexedInstrProf::HashT HashType, uint64_t Version);
374 const unsigned char *readSummary(IndexedInstrProf::ProfVersion Version,
InstrProf.h 398 namespace IndexedInstrProf {
463 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey()));
752 namespace IndexedInstrProf {
784 // In this version, profile summary data \c IndexedInstrProf::Summary is
    [all...]
InstrProfData.inc 75 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
207 llvm::IndexedInstrProf::ComputeHash(NameValue)))
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp     [all...]
  /external/compiler-rt/lib/profile/
InstrProfData.inc 75 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
207 llvm::IndexedInstrProf::ComputeHash(NameValue)))
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 37 PGOReader ? PGOReader->getVersion() : llvm::IndexedInstrProf::Version);

Completed in 346 milliseconds