Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IDom

721     MachineDomTreeNode *IDom = MDT[Loop->getHeader()]->getIDom();
724 if (!IDom || !MDT.dominates(DefDomNode, IDom))
727 MBB = IDom->getBlock();