Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Profile/
H A DDataReader.h35 struct LBREntry { struct
41 inline raw_ostream &operator<<(raw_ostream &OS, const LBREntry &LBR) { argument
/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.h85 struct LBREntry { struct
88 LBREntry(uint64_t S, uint64_t T) : Source(S), Target(T) {} in LBREntry() argument
99 static inline void printLBRStack(const SmallVectorImpl<LBREntry> &LBRStack) { in printLBRStack() argument