Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DDominance.cpp122 size_t aRegionDepth = 0; in tryGetBlocksInSameRegion() local
124 ++aRegionDepth; in tryGetBlocksInSameRegion()
146 if (aRegionDepth > bRegionDepth) { in tryGetBlocksInSameRegion()
148 --aRegionDepth; in tryGetBlocksInSameRegion()
149 } else if (aRegionDepth < bRegionDepth) { in tryGetBlocksInSameRegion()