Searched refs:shouldInline (Results 1 – 6 of 6) sorted by relevance
148 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) { in shouldInline() function in CSPreInliner208 if ((ShouldInline = shouldInline(Candidate))) { in processFunction()
79 bool shouldInline(ProfiledInlineCandidate &Candidate);
159 return llvm::shouldInline( in getDefaultInlineAdvice()368 llvm::shouldInline(CallBase &CB, in shouldInline() function in llvm
299 shouldInline(CallBase &CB, function_ref<InlineCost(CallBase &CB)> GetInlineCost,
441 static bool shouldInline(ResolvedCall &resolvedCall) { in shouldInline() function508 bool doInline = !inHistory && shouldInline(it); in inlineCallsInSCC()
484 auto OIC = shouldInline(CB, GetInlineCost, ORE); in inlineCallsImpl()