Searched defs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance
184 struct PromotionCandidate { struct in __anon8e7085d00211::ICallPromotionFunc185 Function *TargetFunction;186 uint64_t Count;188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function