Home
last modified time | relevance | path

Searched defs:isProfitableToInline (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Transforms/
H A DInliner.h95 ProfitabilityCallbackTy isProfitableToInline) in Inliner()
121 ProfitabilityCallbackTy isProfitableToInline; variable
/llvm-project/mlir/lib/Transforms/
H A DInlinerPass.cpp96 static bool isProfitableToInline(const Inliner::ResolvedCall &resolvedCall, in isProfitableToInline() function