reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
264 VN.setDomTree(DT); 368 if (DT->dominates(Succ, A)) 448 assert(DT->dominates(NewBB, OldBB) && "invalid path"); 449 assert(DT->dominates(Def->getDefiningAccess()->getBlock(), NewBB) && 487 assert(DT->dominates(HoistPt, SrcBB) && "Invalid path"); 530 if (DT->properlyDominates(NewBB, DBB)) 548 if (DT->properlyDominates(DBB, NewBB)) 650 DT->properlyDominates(Pred, si->second.back()->getParent())) { 797 if (DT->properlyDominates(IDFB, V[i]->getParent())) { 821 if (!DT->dominates(Inst->getParent(), HoistPt)) 832 if (!DT->dominates(Inst->getParent(), HoistPt)) { 858 if (DT->dominates(Op->getParent(), HoistPt)) 990 } else if (!DT->dominates(Val->getParent(), HoistPt))