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.h885 struct InstrProfRecord { struct
889 InstrProfRecord() = default; argument
890 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() argument
891 InstrProfRecord(std::vector<uint64_t> Counts, in InstrProfRecord() argument
895 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() argument
900 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument
967 LLVM_ABI void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument
975 enum CountPseudoKind {
980 enum PseudoCountVal {
984 CountPseudoKind getCountPseudoKind() const { in getCountPseudoKind()
[all …]