Home
last modified time | relevance | path

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

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