Searched defs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance
183 struct PromotionCandidate { struct in __anone25302d10211::ICallPromotionFunc184 Function *TargetFunction;185 uint64_t Count;187 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function