Searched refs:getInlineCost (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | InlineSimple.cpp | 48 InlineCost getInlineCost(CallBase &CB) override { in getInlineCost() function in __anon75dd8f0a0111::SimpleInliner 65 return llvm::getInlineCost(CB, Params, TTI, GetAssumptionCache, GetTLI, in getInlineCost()
|
| D | AlwaysInliner.cpp | 156 InlineCost getInlineCost(CallBase &CB) override; 191 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallBase &CB) { in getInlineCost() function in AlwaysInlinerLegacyPass
|
| D | FunctionSpecialization.cpp | 641 getInlineCost(*CS, CalledFunction, Params, CalleeTTI, GetAC, GetTLI); in getSpecializationBonus()
|
| D | Inliner.cpp | 609 [&](CallBase &CB) { return getInlineCost(CB); }, LegacyAARGetter(*this), in inlineCalls()
|
| D | SampleProfile.cpp | 1010 InlineCost Cost = getInlineCost(CallInst, getInlineParams(), GetTTI(*Callee), in shouldInlineColdCallee() 1374 InlineCost Cost = getInlineCost(*Candidate.CallInstr, Callee, Params, in shouldInlineCandidate()
|
| D | PartialInlining.cpp | 782 getInlineCost(CB, getInlineParams(), CalleeTTI, GetAssumptionCache, in shouldPartialInline()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | InlineCost.h | 276 getInlineCost(CallBase &Call, const InlineParams &Params, 290 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| D | Inliner.h | 55 virtual InlineCost getInlineCost(CallBase &CB) = 0;
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | InlineOrder.cpp | 71 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getInlineCostWrapper()
|
| D | InlineAdvisor.cpp | 158 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getDefaultInlineAdvice()
|
| D | InlineCost.cpp | 2838 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm 2844 return getInlineCost(Call, Call.getCalledFunction(), Params, CalleeTTI, in getInlineCost() 2957 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm
|