Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DT

75     MachineDominatorTree *DT;      // Machine dominator tree for the cur loop
352 DT = &getAnalysis<MachineDominatorTree>();
375 MachineDomTreeNode *N = DT->getNode(CurLoop->getHeader());
640 if (!DT->dominates(BB, CurrentLoopExitingBlocks[i])) {