Home
last modified time | relevance | path

Searched defs:InstrProfRecord (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProf.h324 struct InstrProfRecord { struct
325 InstrProfRecord() {} in InstrProfRecord() function
326 InstrProfRecord(StringRef Name, uint64_t Hash, std::vector<uint64_t> Counts) in InstrProfRecord() argument
328 StringRef Name;
329 uint64_t Hash;
330 std::vector<uint64_t> Counts;
332 typedef std::vector<std::pair<uint64_t, uint64_t>> ValueMapType;
385 const_cast<const InstrProfRecord *>(this) in getValueSitesForKind() argument