Home | History | Annotate | Download | only in Analysis

Lines Matching full:idom

4191     BasicBlock *IDom = DT[PN->getParent()]->getIDom()->getBlock();
4192 assert(IDom && "At least the entry block should dominate PN");
4194 auto *BI = dyn_cast<BranchInst>(IDom->getTerminator());