reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
699 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)), 706 DT = std::move(RHS.DT); 706 DT = std::move(RHS.DT); 747 DT = nullptr;include/llvm/Analysis/RegionInfoImpl.h
570 if (DT->dominates(entry, P) && !DT->dominates(exit, P)) 570 if (DT->dominates(entry, P) && !DT->dominates(exit, P)) 587 if (!DT->dominates(entry, exit)) { 612 if (DT->properlyDominates(entry, Succ) && Succ != exit) 671 new RegionT(entry, exit, static_cast<RegionInfoT *>(this), DT); 715 if (!DT->dominates(entry, exit)) 730 DomTreeNodeT *N = DT->getNode(entry); 866 if (DT->dominates(Exit, BB)) 924 buildRegionsTree(DT->getNode(BB), TopLevelRegion);lib/Analysis/RegionInfo.cpp
99 DT = DT_; 104 this, DT, nullptr);lib/CodeGen/MachineRegionInfo.cpp
62 DT = DT_; 68 TopLevelRegion = new MachineRegion(Entry, nullptr, this, DT, nullptr);