Home
last modified time | relevance | path

Searched defs:shouldInline (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp154 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) { in shouldInline() function in CSPreInliner
/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp377 llvm::shouldInline(CallBase &CB, TargetTransformInfo &CalleeTTI, in shouldInline() function in llvm
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp709 bool Inliner::Impl::shouldInline(ResolvedCall &resolvedCall) { in shouldInline() function in mlir::Inliner::Impl