HomeSort by: relevance | last modified time | path
    Searched refs:getFunctionHash (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleProfileProbe.h 52 uint64_t getFunctionHash() const { return FunctionHash; }
107 uint64_t getFunctionHash() const { return FunctionHash; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfileProbe.cpp 205 if (Desc->getFunctionHash() != Samples.getFunctionHash()) {
371 auto Hash = getFunctionHash();
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 164 if (getFunctionHash())
165 OS << "CFG checksum " << getFunctionHash() << "\n";
SampleProfWriter.cpp 185 encodeULEB128(Entry.second.getFunctionHash(), OS);
435 OS << "!CFGChecksum: " << S.getFunctionHash() << "\n";
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 712 FunctionHash = Other.getFunctionHash();
713 } else if (FunctionHash != Other.getFunctionHash()) {
786 uint64_t getFunctionHash() const { return FunctionHash; }

Completed in 46 milliseconds