Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp184 struct PromotionCandidate { struct in __anon284d7cab0211::ICallPromotionFunc
188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function
196 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()