Searched refs:PromotionCandidate (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp183 struct PromotionCandidate { struct in class:__anon4583::ICallPromotionFunc
187 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} function in struct:__anon4583::ICallPromotionFunc::PromotionCandidate
195 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite(
202 const std::vector<PromotionCandidate> &Candidates,
219 std::vector<ICallPromotionFunc::PromotionCandidate>
223 std::vector<PromotionCandidate> Ret;
290 Ret.push_back(PromotionCandidate(TargetFunction, Count));
332 CallBase &CB, const std::vector<PromotionCandidate> &Candidates,

Completed in 81 milliseconds