Searched defs:InstrProfRecord (Results 1 – 1 of 1) sorted by relevance
885 struct InstrProfRecord { struct889 InstrProfRecord() = default; argument890 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() argument891 InstrProfRecord(std::vector<uint64_t> Counts, in InstrProfRecord() argument895 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() argument900 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument967 LLVM_ABI void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument975 enum CountPseudoKind {980 enum PseudoCountVal {984 CountPseudoKind getCountPseudoKind() const { in getCountPseudoKind()[all …]