HomeSort by: relevance | last modified time | path
    Searched refs:GetInlineCost (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 94 auto GetInlineCost = [&](CallBase &CB) {
100 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI,
103 return llvm::shouldInline(CB, GetInlineCost, ORE,
195 function_ref<InlineCost(CallBase &CB)> GetInlineCost) {
217 // FIXME: All of this logic should be sunk into getInlineCost. It relies on
240 InlineCost IC2 = GetInlineCost(*CS2);
263 // one is set very low by getInlineCost, in anticipation that Caller will
322 function_ref<InlineCost(CallBase &CB)> GetInlineCost,
326 InlineCost IC = GetInlineCost(CB);
361 shouldBeDeferred(Caller, IC, TotalSecondaryCost, GetInlineCost)) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineAdvisor.h 264 shouldInline(CallBase &CB, function_ref<InlineCost(CallBase &CB)> GetInlineCost,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Inliner.cpp 303 function_ref<InlineCost(CallBase &CB)> GetInlineCost,
420 auto OIC = shouldInline(CB, GetInlineCost, ORE);
545 [&](CallBase &CB) { return getInlineCost(CB); }, LegacyAARGetter(*this),

Completed in 24 milliseconds