Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h823 struct InstrProfRecord { struct
827 InstrProfRecord() = default; argument
828 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() function
829 InstrProfRecord(std::vector<uint64_t> Counts, in InstrProfRecord() function
833 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() function
838 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument
904 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument
912 enum CountPseudoKind {
917 enum PseudoCountVal {
921 CountPseudoKind getCountPseudoKind() const { in getCountPseudoKind()
[all …]