Home
last modified time | relevance | path

Searched refs:minDepth (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp2268 unsigned minDepth = applyCostModelToPatterns( in computeOpLegalizationDepth() local
2270 minOpPatternDepth[op] = minDepth; in computeOpLegalizationDepth()
2271 return minDepth; in computeOpLegalizationDepth()
2278 unsigned minDepth = std::numeric_limits<unsigned>::max(); in applyCostModelToPatterns() local
2293 minDepth = std::min(minDepth, depth); in applyCostModelToPatterns()
2299 return minDepth; in applyCostModelToPatterns()
2322 return minDepth; in applyCostModelToPatterns()