Searched defs:InstrProfRecord (Results 1 – 2 of 2) sorted by relevance
572 struct InstrProfRecord { struct573 InstrProfRecord() : SIPE() {} in InstrProfRecord() argument574 InstrProfRecord(StringRef Name, uint64_t Hash, std::vector<uint64_t> Counts) in InstrProfRecord() function576 StringRef Name;577 uint64_t Hash;578 std::vector<uint64_t> Counts;579 SoftInstrProfErrors SIPE;581 typedef std::vector<std::pair<uint64_t, uint64_t>> ValueMapType;621 void sortValueData() { in sortValueData()630 void clearValueData() { in clearValueData()[all …]
622 struct InstrProfRecord { struct625 InstrProfRecord() = default; argument626 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() function628 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() function633 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument692 void sortValueData() { in sortValueData()719 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind() argument725 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind()758 void mergeValueProfData(uint32_t ValkeKind, InstrProfRecord &Src, argument