Lines Matching refs:DT
113 DominatorTree *DT) {
118 return DT->dominates(StoreBlock, Latch);
131 DominatorTree *DT)
132 : L(L), LI(LI), LAI(LAI), DT(DT), PSE(LAI.getPSE()) {}
455 if (!doesStoreDominatesAllLatches(Cand.Store->getParent(), L, DT))
505 LoopVersioning LV(LAI, L, LI, DT, PSE.getSE(), false);
532 DominatorTree *DT;
550 auto *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
568 LoadEliminationForLoop LEL(L, LI, LAI, DT);