Searched defs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance
322 struct PromotionCandidate { struct in __anon5ae95e860111::IndirectCallPromoter323 Function *const TargetFunction;324 const uint64_t Count;333 VTableGUIDCountsMap VTableGUIDAndCounts;334 SmallVector<Constant *> AddressPoints;336 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument