Lines Matching defs:bBlock
255 Block *aBlock, Block::iterator aIt, Block *bBlock, Block::iterator bIt,
257 assert(aBlock && bBlock && "expected non-null blocks");
261 if (aBlock == bBlock && aIt == bIt)
267 if (aRegion != bBlock->getParent()) {
271 bBlock = nullptr;
274 std::tie(bBlock, bIt) =
275 findAncestorIteratorInRegion(aRegion, bBlock, bIt);
277 if (!bBlock)
279 assert(bBlock->getParent() == aRegion && "expected block in regionA");
282 if (aBlock == bBlock && aIt == bIt && enclosingOk)
287 if (aBlock == bBlock) {
301 return getDomTree(aRegion).properlyDominates(aBlock, bBlock);