Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp323 Function *const TargetFunction; member
336 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {} in PromotionCandidate()
467 Function *TargetFunction = Symtab->getFunction(Target); in getPromotionCandidatesForCallSite() local
468 if (TargetFunction == nullptr || TargetFunction->isDeclaration()) { in getPromotionCandidatesForCallSite()
479 if (!isLegalToPromote(CB, TargetFunction, &Reason)) { in getPromotionCandidatesForCallSite()
485 << NV("TargetFunction", TargetFunction) << " with count of " in getPromotionCandidatesForCallSite()
491 Ret.push_back(PromotionCandidate(TargetFunction, Count)); in getPromotionCandidatesForCallSite()
548 CalleeIndexMap[Candidates[I].TargetFunction] = I; in computeVTableInfos()
639 pgo::promoteIndirectCall(CB, C.TargetFunction, FuncCount, TotalCount, in tryToPromoteWithFuncCmp()
728 CB, VPtr, Candidate.TargetFunction, Candidate.AddressPoints, in tryToPromoteWithVTableCmp()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1601 Function **TargetFunction = nullptr);