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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.h 79 bool shouldInline(ProfiledInlineCandidate &Candidate);
CSPreInliner.cpp 101 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) {
144 bool ShouldInline = false;
145 if ((ShouldInline = shouldInline(Candidate))) {
154 LLVM_DEBUG(dbgs() << (ShouldInline ? " Inlined" : " Outlined")
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AlwaysInliner.cpp 69 auto OIC = shouldInline(
Inliner.cpp 420 auto OIC = shouldInline(CB, GetInlineCost, ORE);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 103 return llvm::shouldInline(CB, GetInlineCost, ORE,
321 llvm::shouldInline(CallBase &CB,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineAdvisor.h 264 shouldInline(CallBase &CB, function_ref<InlineCost(CallBase &CB)> GetInlineCost,

Completed in 28 milliseconds