Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryFunctionCallGraph.cpp181 for (const IndirectCallProfile &CSI : ICSP) in buildCallGraph()
202 for (const IndirectCallProfile &CSI : Function->getAllCallSites()) { in buildCallGraph()
H A DIndirectCallPromotion.cpp188 const IndirectCallProfile &ICP) in Callsite()
315 for (const IndirectCallProfile &CSP : ICSP.get()) { in getCallTargets()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DIndirectCallPromotion.h121 Callsite(BinaryFunction &BF, const IndirectCallProfile &ICP);
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h73 struct IndirectCallProfile { struct
79 IndirectCallProfile(MCSymbol *Symbol, uint64_t Count, uint64_t Mispreds, argument
83 bool operator==(const IndirectCallProfile &Other) const { argument
89 using IndirectCallSiteProfile = SmallVector<IndirectCallProfile, 4>;
99 for (const IndirectCallProfile &CSP : ICSP) {
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp66 for (const IndirectCallProfile &CSP : ICSP.get()) { in convert()