Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Dom

670     BasicBlock *Dom = cast<BasicBlock>(*I);
673 Dom = B ? DT->findNearestCommonDominator(Dom, B) : 0;
674 if (!Dom)
677 DEBUG(dbgs() << "computed:" << Dom->getName() << '\n');
678 return Dom;