Home
last modified time | relevance | path

Searched defs:getInlineCallPenalty (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h831 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call, getInlineCallPenalty() function
H A DTargetTransformInfo.h2756 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call, getInlineCallPenalty() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1169 TargetTransformInfo::getInlineCallPenalty(const Function *F, getInlineCallPenalty() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp291 AArch64TTIImpl::getInlineCallPenalty(const Function *F, const CallBase &Call, getInlineCallPenalty() function in AArch64TTIImpl