Searched refs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance
183 struct PromotionCandidate { struct in __anone25302d10211::ICallPromotionFunc187 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument195 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite(202 const std::vector<PromotionCandidate> &Candidates,219 std::vector<ICallPromotionFunc::PromotionCandidate>223 std::vector<PromotionCandidate> Ret; in getPromotionCandidatesForCallSite()297 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()339 CallBase &CB, const std::vector<PromotionCandidate> &Candidates, in tryToPromote()