Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp183 struct PromotionCandidate { struct in __anon35b3b83a0211::ICallPromotionFunc
187 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument
195 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite(
202 const std::vector<PromotionCandidate> &Candidates,
219 std::vector<ICallPromotionFunc::PromotionCandidate>
223 std::vector<PromotionCandidate> Ret; in getPromotionCandidatesForCallSite()
298 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()
340 CallBase &CB, const std::vector<PromotionCandidate> &Candidates, in tryToPromote()