Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h685 struct InstrProfRecord { struct
688 InstrProfRecord() = default; argument
689 InstrProfRecord(std::vector<uint64_t> Counts) : Counts(std::move(Counts)) {} in InstrProfRecord() function
691 InstrProfRecord(const InstrProfRecord &RHS) in InstrProfRecord() function
696 InstrProfRecord &operator=(InstrProfRecord &&) = default; argument
774 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, argument
794 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind() argument
800 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind()
833 void mergeValueProfData(uint32_t ValkeKind, InstrProfRecord &Src, argument