Searched refs:TargetFunction (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 185 Function *TargetFunction; member 188 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate() 267 Function *TargetFunction = Symtab->getFunction(Target); in getPromotionCandidatesForCallSite() local 268 if (TargetFunction == nullptr) { in getPromotionCandidatesForCallSite() 279 if (!isLegalToPromote(CallSite(Inst), TargetFunction, &Reason)) { in getPromotionCandidatesForCallSite() 285 << NV("TargetFunction", TargetFunction) << " with count of " in getPromotionCandidatesForCallSite() 291 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite() 340 pgo::promoteIndirectCall(Inst, C.TargetFunction, Count, TotalCount, in tryToPromote()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1139 Function **TargetFunction = nullptr);
|