Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp54 InlineCost getInlineCost(CallBase &CB) override { in getInlineCost() function in __anonc097fa4f0111::SimpleInliner
71 return llvm::getInlineCost(CB, Params, TTI, GetAssumptionCache, GetTLI, in getInlineCost()
H A DAlwaysInliner.cpp150 InlineCost getInlineCost(CallBase &CB) override;
185 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallBase &CB) { in getInlineCost() function in AlwaysInlinerLegacyPass
H A DInliner.cpp545 [&](CallBase &CB) { return getInlineCost(CB); }, LegacyAARGetter(*this), in inlineCalls()
H A DSampleProfile.cpp930 InlineCost Cost = getInlineCost(CallInst, getInlineParams(), GetTTI(*Callee), in shouldInlineColdCallee()
1283 InlineCost Cost = getInlineCost(*Candidate.CallInstr, Callee, Params, in shouldInlineCandidate()
H A DPartialInlining.cpp789 getInlineCost(CB, getInlineParams(), CalleeTTI, GetAssumptionCache, in shouldPartialInline()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h226 getInlineCost(CallBase &Call, const InlineParams &Params,
240 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DInliner.h57 virtual InlineCost getInlineCost(CallBase &CB) = 0;
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp100 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getDefaultInlineAdvice()
H A DInlineCost.cpp2473 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm
2479 return getInlineCost(Call, Call.getCalledFunction(), Params, CalleeTTI, in getInlineCost()
2585 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm