Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DDominance.cpp254 Block *aBlock = a->getBlock(), *bBlock = b->getBlock(); in properlyDominatesImpl() local
255 assert(aBlock && bBlock && "operations must be in a block"); in properlyDominatesImpl()
264 if (aRegion != bBlock->getParent()) { in properlyDominatesImpl()
270 bBlock = b->getBlock(); in properlyDominatesImpl()
271 assert(bBlock->getParent() == aRegion); in properlyDominatesImpl()
279 if (aBlock == bBlock) { in properlyDominatesImpl()
314 auto *aBlock = a->getBlock(), *bBlock = b->getBlock(); in properlyPostDominates() local
324 if (aRegion != bBlock->getParent()) { in properlyPostDominates()
330 bBlock = b->getBlock(); in properlyPostDominates()
331 assert(bBlock->getParent() == aRegion); in properlyPostDominates()
[all …]