Searched defs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance
330 struct PromotionCandidate { struct in __anon5ae95e860111::IndirectCallPromoter331 Function *const TargetFunction;332 const uint64_t Count;341 VTableGUIDCountsMap VTableGUIDAndCounts;342 SmallVector<Constant *> AddressPoints;344 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function