Searched refs:minDepth (Results 1 – 1 of 1) sorted by relevance
2268 unsigned minDepth = applyCostModelToPatterns( in computeOpLegalizationDepth() local2270 minOpPatternDepth[op] = minDepth; in computeOpLegalizationDepth()2271 return minDepth; in computeOpLegalizationDepth()2278 unsigned minDepth = std::numeric_limits<unsigned>::max(); in applyCostModelToPatterns() local2293 minDepth = std::min(minDepth, depth); in applyCostModelToPatterns()2299 return minDepth; in applyCostModelToPatterns()2322 return minDepth; in applyCostModelToPatterns()