Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Profile/
H A DDataReader.h161 struct MemInfo { struct
166 bool operator==(const MemInfo &RHS) const { argument
180 void mergeWith(const MemInfo &MI) { Count += MI.Count; } in mergeWith() argument
188 friend raw_ostream &operator<<(raw_ostream &OS, const MemInfo &MI) { argument