Lines Matching defs:DomB
698 BasicBlock *DomB = cast<BasicBlock>(*I);
703 if (DT->dominates(B, DomB))
705 if (!DT->dominates(DomB, B))
707 DomB = B;
709 return DomB;
789 BasicBlock *DomB = nearest_common_dominator(DT, Bs);
790 if (!DomB)
794 if (IdxI && !DT->dominates(IdxI->getParent(), DomB))
798 while (is_empty(DomB)) {
799 DomTreeNode *N = (*DT)[DomB]->getIDom();
802 DomB = N->getBlock();
805 // Otherwise, DomB is fine. Update the location map.
806 Loc[Node] = DomB;
807 return DomB;