Searched refs:getInlineCallPenalty (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 89 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call,
|
| H A D | AArch64TargetTransformInfo.cpp | 330 AArch64TTIImpl::getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function in AArch64TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1327 TargetTransformInfo::getInlineCallPenalty(const Function *F, in getInlineCallPenalty() function in TargetTransformInfo 1330 return TTIImpl->getInlineCallPenalty(F, Call, DefaultCallPenalty); in getInlineCallPenalty()
|
| H A D | InlineCost.cpp | 754 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 D | TargetTransformInfo.h | 1742 LLVM_ABI unsigned getInlineCallPenalty(const Function *F,
|
| H A D | TargetTransformInfoImpl.h | 1020 virtual unsigned getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function
|