Searched refs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance
184 struct PromotionCandidate { struct in __anon284d7cab0211::ICallPromotionFunc188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function196 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite(203 const std::vector<PromotionCandidate> &Candidates,220 std::vector<ICallPromotionFunc::PromotionCandidate>224 std::vector<PromotionCandidate> Ret; in getPromotionCandidatesForCallSite()291 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()334 Instruction *Inst, const std::vector<PromotionCandidate> &Candidates, in tryToPromote()