Searched defs:InstrProfRecord (Results 1 – 1 of 1) sorted by relevance
693 struct InstrProfRecord { struct697 InstrProfRecord() = default; argument698 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() argument699 InstrProfRecord(std::vector<uint64_t> Counts, in InstrProfRecord() argument703 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() function787 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument795 enum CountPseudoKind {800 enum PseudoCountVal {804 CountPseudoKind getCountPseudoKind() const { in getCountPseudoKind()831 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind() argument[all …]