Searched refs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance
153 struct PromotionCandidate { struct in __anon2c77f5680211::ICallPromotionFunc156 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument164 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite(184 const std::vector<PromotionCandidate> &Candidates,256 std::vector<ICallPromotionFunc::PromotionCandidate>260 std::vector<PromotionCandidate> Ret; in getPromotionCandidatesForCallSite()303 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()578 Instruction *Inst, const std::vector<PromotionCandidate> &Candidates, in tryToPromote()