Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h867 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function
H A DTargetTransformInfo.h2860 unsigned getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1224 TargetTransformInfo::getInlineCallPenalty(const Function *F, in getInlineCallPenalty() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp300 AArch64TTIImpl::getInlineCallPenalty(const Function *F, const CallBase &Call, in getInlineCallPenalty() function in AArch64TTIImpl