Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProf.h572 struct InstrProfRecord { struct
573 InstrProfRecord() : SIPE() {} in InstrProfRecord() argument
574 InstrProfRecord(StringRef Name, uint64_t Hash, std::vector<uint64_t> Counts) in InstrProfRecord() argument
576 StringRef Name;
577 uint64_t Hash;
578 std::vector<uint64_t> Counts;
579 SoftInstrProfErrors SIPE;
581 typedef std::vector<std::pair<uint64_t, uint64_t>> ValueMapType;
621 void sortValueData() { in sortValueData()
630 void clearValueData() { in clearValueData()
[all …]