Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp2252 auto depthIt = minOpPatternDepth.find(op); in computeOpLegalizationDepth() local
2253 if (depthIt != minOpPatternDepth.end()) in computeOpLegalizationDepth()
2254 return depthIt->second; in computeOpLegalizationDepth()