Lines Matching refs:DT
114 DominatorTree *DT = nullptr;
132 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
197 DominatorTree &DT) {
208 assert(DT.dominates(Header, Pred) && "loop latch not dominated by header?");
226 Current = DT.getNode(Current)->getIDom()->getBlock();
324 containsUnconditionalCallSafepoint(L, Header, Pred, *DT)) {
379 DominatorTree &DT) {
487 DominatorTree DT;
488 DT.recalculate(F);
506 DT.recalculate(F);
544 if (DT.dominates(Succ, Term->getParent())) {
555 BasicBlock *NewBB = SplitEdge(Term->getParent(), Header, &DT);
568 if (Instruction *Location = findLocationForEntrySafepoint(F, DT)) {