Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h691 struct InstrProfRecord { struct
694 InstrProfRecord() = default; argument
695 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() function
697 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() function
702 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument
780 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument
800 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind() argument
806 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind()
839 void mergeValueProfData(uint32_t ValkeKind, InstrProfRecord &Src, argument