Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp153 struct PromotionCandidate { struct in __anon2c77f5680211::ICallPromotionFunc
156 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument
164 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite(
184 const std::vector<PromotionCandidate> &Candidates,
256 std::vector<ICallPromotionFunc::PromotionCandidate>
260 std::vector<PromotionCandidate> Ret; in getPromotionCandidatesForCallSite()
303 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()
578 Instruction *Inst, const std::vector<PromotionCandidate> &Candidates, in tryToPromote()