Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h693 struct InstrProfRecord { struct
697 InstrProfRecord() = default; argument
698 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() argument
699 InstrProfRecord(std::vector<uint64_t> Counts, in InstrProfRecord() argument
703 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() function
787 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument
795 enum CountPseudoKind {
800 enum PseudoCountVal {
804 CountPseudoKind getCountPseudoKind() const { in getCountPseudoKind()
831 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind() argument
[all …]