Searched defs:InstrProfRecord (Results 1 – 1 of 1) sorted by relevance
691 struct InstrProfRecord { struct694 InstrProfRecord() = default; argument695 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() function697 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() function702 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument780 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument800 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind() argument806 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind()839 void mergeValueProfData(uint32_t ValkeKind, InstrProfRecord &Src, argument