Searched defs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance
153 struct PromotionCandidate { struct in __anon2c77f5680211::ICallPromotionFunc154 Function *TargetFunction;155 uint64_t Count;156 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument