Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp322 struct PromotionCandidate { struct in __anon5ae95e860111::IndirectCallPromoter
336 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function
344 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite(
352 ArrayRef<PromotionCandidate> Candidates,
362 CallBase &CB, Instruction *VPtr, ArrayRef<PromotionCandidate> Candidates,
369 ArrayRef<PromotionCandidate> Candidates,
381 std::vector<PromotionCandidate> &Candidates);
412 std::vector<IndirectCallPromoter::PromotionCandidate>
416 std::vector<PromotionCandidate> Ret; in getPromotionCandidatesForCallSite()
491 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()
[all …]