Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp183 struct PromotionCandidate { struct in __anone25302d10211::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()
297 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()
339 CallBase &CB, const std::vector<PromotionCandidate> &Candidates, in tryToPromote()