Searched refs:getInlineCost (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineCost.h | 278 getInlineCost(CallBase &Call, const InlineParams &Params, 292 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 70 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getInlineCostWrapper()
|
H A D | InlineAdvisor.cpp | 160 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getDefaultInlineAdvice()
|
H A D | InlineCost.cpp | 2932 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 D | SampleProfile.cpp | 1000 InlineCost Cost = getInlineCost(CallInst, getInlineParams(), GetTTI(*Callee), in shouldInlineColdCallee() 1370 InlineCost Cost = getInlineCost(*Candidate.CallInstr, Callee, Params, in shouldInlineCandidate()
|
H A D | FunctionSpecialization.cpp | 1022 getInlineCost(*CS, CalledFunction, Params, CalleeTTI, GetAC, GetTLI); in getInliningBonus()
|
H A D | PartialInlining.cpp | 735 getInlineCost(CB, getInlineParams(), CalleeTTI, GetAssumptionCache, in shouldPartialInline()
|