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

  /external/llvm/include/llvm/ProfileData/
InstrProfWriter.h 42 uint64_t FunctionHash,
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 71 uint64_t FunctionHash,
77 Data.Hash = FunctionHash;
85 if (Data.Hash != FunctionHash)
  /external/clang/lib/CodeGen/
CodeGenPGO.h 39 uint64_t FunctionHash;
48 : CGM(CGM), NumRegionCounters(0), FunctionHash(0),
CodeGenPGO.cpp 130 llvm::ConstantInt::get(Int64Ty, FunctionHash),
860 FunctionHash = Walker.Hash.finalize();
    [all...]

Completed in 62 milliseconds