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.cpp322 struct PromotionCandidate { struct in __anon5ae95e860111::IndirectCallPromoter
323 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