Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp123 struct PromotionCandidate { struct in __anond2a4b99d0111::ICallPromotionFunc
127 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument
135 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite(
142 const std::vector<PromotionCandidate> &Candidates,
159 std::vector<ICallPromotionFunc::PromotionCandidate>
163 std::vector<PromotionCandidate> Ret; in getPromotionCandidatesForCallSite()
238 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()
280 CallBase &CB, const std::vector<PromotionCandidate> &Candidates, in tryToPromote()