Searched defs:shouldInline (Results 1 – 3 of 3) sorted by relevance
154 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) { in shouldInline() function in CSPreInliner
377 llvm::shouldInline(CallBase &CB, TargetTransformInfo &CalleeTTI, in shouldInline() function in llvm
709 bool Inliner::Impl::shouldInline(ResolvedCall &resolvedCall) { in shouldInline() function in mlir::Inliner::Impl