Searched refs:IndirectCallProfile (Results 1 – 5 of 5) sorted by relevance
181 for (const IndirectCallProfile &CSI : ICSP) in buildCallGraph()202 for (const IndirectCallProfile &CSI : Function->getAllCallSites()) { in buildCallGraph()
188 const IndirectCallProfile &ICP) in Callsite()315 for (const IndirectCallProfile &CSP : ICSP.get()) { in getCallTargets()
121 Callsite(BinaryFunction &BF, const IndirectCallProfile &ICP);
73 struct IndirectCallProfile { struct79 IndirectCallProfile(MCSymbol *Symbol, uint64_t Count, uint64_t Mispreds, argument83 bool operator==(const IndirectCallProfile &Other) const { argument89 using IndirectCallSiteProfile = SmallVector<IndirectCallProfile, 4>;99 for (const IndirectCallProfile &CSP : ICSP) {
66 for (const IndirectCallProfile &CSP : ICSP.get()) { in convert()