Searched refs:getInlineCallPenalty (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64TargetTransformInfo.h | 83 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call,
|
| HD | AArch64TargetTransformInfo.cpp | 300 AArch64TTIImpl::getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function in AArch64TTIImpl
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | TargetTransformInfo.h | 1616 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()
|
| HD | TargetTransformInfoImpl.h | 867 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | TargetTransformInfo.cpp | 1224 TargetTransformInfo::getInlineCallPenalty(const Function *F, in getInlineCallPenalty() function in TargetTransformInfo 1227 return TTIImpl->getInlineCallPenalty(F, Call, DefaultCallPenalty); in getInlineCallPenalty()
|
| HD | InlineCost.cpp | 698 addCost(TTI.getInlineCallPenalty(CandidateCall.getCaller(), Call, in onLoweredCall() 2927 Cost += TTI.getInlineCallPenalty(Call.getCaller(), Call, CallPenalty); in getCallsiteCost()
|