Searched defs:PromotionCandidate (Results 1 – 3 of 3) sorted by relevance
123 struct PromotionCandidate { struct in __anon4f8cc3c60111::ICallPromotionFunc124 Function *TargetFunction;125 uint64_t Count;127 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function
184 struct PromotionCandidate { struct in __anonac8f93c00211::ICallPromotionFunc185 Function *TargetFunction;186 uint64_t Count;188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function
153 struct PromotionCandidate { struct in __anonccd0911e0211::ICallPromotionFunc154 Function *TargetFunction;155 uint64_t Count;156 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function