Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h87 struct IndirectCallProfile { struct
93 IndirectCallProfile(MCSymbol *Symbol, uint64_t Count, uint64_t Mispreds, argument
97 bool operator==(const IndirectCallProfile &Other) const { argument