Searched refs:PromotionCandidate (Results 1 – 1 of 1) sorted by relevance
330 struct PromotionCandidate { struct in __anon5ae95e860111::IndirectCallPromoter344 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function352 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite(360 ArrayRef<PromotionCandidate> Candidates,370 CallBase &CB, Instruction *VPtr, ArrayRef<PromotionCandidate> Candidates,377 ArrayRef<PromotionCandidate> Candidates);392 std::vector<PromotionCandidate> &Candidates);424 std::vector<IndirectCallPromoter::PromotionCandidate>428 std::vector<PromotionCandidate> Ret; in getPromotionCandidatesForCallSite()503 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()[all …]