Searched defs:InstrProfRecord (Results 1 – 1 of 1) sorted by relevance
324 struct InstrProfRecord { struct325 InstrProfRecord() {} in InstrProfRecord() function326 InstrProfRecord(StringRef Name, uint64_t Hash, std::vector<uint64_t> Counts) in InstrProfRecord() argument328 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