Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h83 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call,
HDAArch64TargetTransformInfo.cpp300 AArch64TTIImpl::getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function in AArch64TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h1616 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call,
2146 virtual unsigned getInlineCallPenalty(const Function *F, const CallBase &Call,
2860 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function
2862 return Impl.getInlineCallPenalty(F, Call, DefaultCallPenalty); in getInlineCallPenalty()
HDTargetTransformInfoImpl.h867 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp1224 TargetTransformInfo::getInlineCallPenalty(const Function *F, in getInlineCallPenalty() function in TargetTransformInfo
1227 return TTIImpl->getInlineCallPenalty(F, Call, DefaultCallPenalty); in getInlineCallPenalty()
HDInlineCost.cpp698 addCost(TTI.getInlineCallPenalty(CandidateCall.getCaller(), Call, in onLoweredCall()
2927 Cost += TTI.getInlineCallPenalty(Call.getCaller(), Call, CallPenalty); in getCallsiteCost()