Searched defs:FunctionHash (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp71 uint64_t FunctionHash,
77 Data.Hash = FunctionHash;
85 if (Data.Hash != FunctionHash)
70 addFunctionCounts(StringRef FunctionName, uint64_t FunctionHash, ArrayRef<uint64_t> Counters) argument
/external/clang/lib/CodeGen/
H A DCodeGenPGO.h39 uint64_t FunctionHash; member in class:clang::CodeGen::CodeGenPGO
48 : CGM(CGM), NumRegionCounters(0), FunctionHash(0),

Completed in 114 milliseconds