Searched defs:InstrProfRecord (Results 1 – 1 of 1) sorted by relevance
725 struct InstrProfRecord { struct728 InstrProfRecord() = default; argument729 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() argument731 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() argument736 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument814 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument834 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind() argument840 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind()873 void mergeValueProfData(uint32_t ValkeKind, InstrProfRecord &Src, argument