Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h725 struct InstrProfRecord { struct
728 InstrProfRecord() = default; argument
729 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() argument
731 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() argument
736 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument
814 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument
834 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind() argument
840 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind()
873 void mergeValueProfData(uint32_t ValkeKind, InstrProfRecord &Src, argument