Searched defs:InstrProfRecord (Results 1 – 1 of 1) sorted by relevance
823 struct InstrProfRecord { struct827 InstrProfRecord() = default; argument828 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() function829 InstrProfRecord(std::vector<uint64_t> Counts, in InstrProfRecord() function833 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() function838 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument904 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument912 enum CountPseudoKind {917 enum PseudoCountVal {921 CountPseudoKind getCountPseudoKind() const { in getCountPseudoKind()[all …]