Home
last modified time | relevance | path

Searched refs:getInlineCost (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h278 getInlineCost(CallBase &Call, const InlineParams &Params,
292 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp70 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getInlineCostWrapper()
H A DInlineAdvisor.cpp160 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getDefaultInlineAdvice()
H A DInlineCost.cpp2932 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm
2938 return getInlineCost(Call, Call.getCalledFunction(), Params, CalleeTTI, in getInlineCost()
3051 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1000 InlineCost Cost = getInlineCost(CallInst, getInlineParams(), GetTTI(*Callee), in shouldInlineColdCallee()
1370 InlineCost Cost = getInlineCost(*Candidate.CallInstr, Callee, Params, in shouldInlineCandidate()
H A DFunctionSpecialization.cpp1022 getInlineCost(*CS, CalledFunction, Params, CalleeTTI, GetAC, GetTLI); in getInliningBonus()
H A DPartialInlining.cpp735 getInlineCost(CB, getInlineParams(), CalleeTTI, GetAssumptionCache, in shouldPartialInline()