Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DT

104     DominatorTree *DT;       // Dominator Tree for the current Loop.
211 DT = &getAnalysis<DominatorTree>();
269 SinkRegion(DT->getNode(L->getHeader()));
271 HoistRegion(DT->getNode(L->getHeader()));
494 if (!DT->dominates(I.getParent(), ExitBlocks[0])) {
545 if (!DT->dominates(InstOrigBB, ExitBlock))
648 if (!DT->dominates(Inst.getParent(), ExitBlocks[i]))