Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp330 struct PromotionCandidate { struct in __anon5ae95e860111::IndirectCallPromoter
331 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