Searched refs:PromotionCandidate (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 184 struct PromotionCandidate { struct in __anone7901ba00211::ICallPromotionFunc 188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() argument 196 std::vector<PromotionCandidate> getPromotionCandidatesForCallSite( 203 const std::vector<PromotionCandidate> &Candidates, 220 std::vector<ICallPromotionFunc::PromotionCandidate> 224 std::vector<PromotionCandidate> Ret; in getPromotionCandidatesForCallSite() 290 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite() 333 Instruction *Inst, const std::vector<PromotionCandidate> &Candidates, in tryToPromote()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 153 struct PromotionCandidate { struct in __anon2c77f5680211::ICallPromotionFunc 156 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() function 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()
|