Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h89 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call,
H A DAArch64TargetTransformInfo.cpp330 AArch64TTIImpl::getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1327 TargetTransformInfo::getInlineCallPenalty(const Function *F, in getInlineCallPenalty() function in TargetTransformInfo
1330 return TTIImpl->getInlineCallPenalty(F, Call, DefaultCallPenalty); in getInlineCallPenalty()
H A DInlineCost.cpp754 addCost(TTI.getInlineCallPenalty(CandidateCall.getCaller(), Call, in onLoweredCall()
3125 Cost += TTI.getInlineCallPenalty(Call.getCaller(), Call, CallPenalty); in getCallsiteCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1742 LLVM_ABI unsigned getInlineCallPenalty(const Function *F,
H A DTargetTransformInfoImpl.h1020 virtual unsigned getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function