reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
151 recalculate(*DT.Parent, U);
include/llvm/Support/GenericDomTree.h260 Parent(Arg.Parent), 270 Parent = RHS.Parent; 270 Parent = RHS.Parent; 293 if (Parent != Other.Parent) return true; 293 if (Parent != Other.Parent) return true; 536 assert(From->getParent() == Parent); 537 assert(To->getParent() == Parent); 554 assert(From->getParent() == Parent); 555 assert(To->getParent() == Parent); 694 assert((!Parent || ThisRoot) && "Empty constructed DomTree"); 730 Parent = &Func; 735 Parent = &Func; 764 Parent = nullptr; 851 Parent = nullptr;include/llvm/Support/GenericDomTreeConstruction.h
376 assert(DT.Parent && "Parent not set"); 377 return GraphTraits<typename DomTreeT::ParentPtr>::getEntryNode(DT.Parent); 384 assert(DT.Parent && "Parent pointer is not set"); 409 for (const NodePtr N : nodes(DT.Parent)) { 441 for (const NodePtr I : nodes(DT.Parent)) { 563 auto *Parent = DT.Parent; 565 DT.Parent = Parent; 1265 if (!DT.Parent && !DT.Roots.empty()) { 1372 if (!DT.DFSInfoValid || !DT.Parent) 1581 FreshTree.recalculate(*DT.Parent);