Searched refs:RootNode (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 359 : RootNode(nullptr), Context(new Demangler{nullptr, nullptr}) {} in ItaniumPartialDemangler() 367 : RootNode(Other.RootNode), Context(Other.Context) { in ItaniumPartialDemangler() 368 Other.Context = Other.RootNode = nullptr; in ItaniumPartialDemangler() 373 std::swap(RootNode, Other.RootNode); in operator =() 383 RootNode = Parser->parse(); in partialDemangle() 384 return RootNode == nullptr; in partialDemangle() 387 static char *printNode(const Node *RootNode, char *Buf, size_t *N) { in printNode() argument 391 RootNode->print(S); in printNode() 402 const Node *Name = static_cast<const FunctionEncoding *>(RootNode)->getName(); in getFunctionBaseName() 431 const Node *Name = static_cast<const FunctionEncoding *>(RootNode)->getName(); in getFunctionDeclContextName() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 254 DomTreeNodeBase<NodeT> *RootNode = nullptr; 268 RootNode(Arg.RootNode), 278 RootNode = RHS.RootNode; 370 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; } 371 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; } 649 return RootNode = NewNode; 809 RootNode = nullptr; 909 RootNode = nullptr;
|
H A D | GenericDomTreeConstruction.h | 595 DT.RootNode = DT.createNode(Root); in CalculateFromScratch() 596 SNCA.attachNewSubtree(DT, DT.RootNode); in CalculateFromScratch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DependenceGraphBuilder.cpp | 79 auto &RootNode = createRootNode(); in createAndConnectRootNode() local 82 if (*N == RootNode) in createAndConnectRootNode() 86 createRootedEdge(RootNode, *N); in createAndConnectRootNode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | Demangle.h | 122 void *RootNode;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-stacks.cpp | 513 for (auto *RootNode : RootNodeRange) in printIgnoringThreads() local 514 RootValues.push_back(RootNode); in printIgnoringThreads()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 718 SDNode *RootNode); 16880 SDNode *&RootNode) { in getStoreMergeCandidates() argument 16975 SDNode *RootNode) -> bool { in getStoreMergeCandidates() argument 16978 RootCount->second.first == RootNode && in getStoreMergeCandidates() 16990 !OverLimitInDependenceCheck(OtherStore, RootNode)) in getStoreMergeCandidates() 17011 RootNode = St->getChain().getNode(); in getStoreMergeCandidates() 17015 if (auto *Ldn = dyn_cast<LoadSDNode>(RootNode)) { in getStoreMergeCandidates() 17016 RootNode = Ldn->getChain().getNode(); in getStoreMergeCandidates() 17017 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); in getStoreMergeCandidates() 17025 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); in getStoreMergeCandidates() [all …]
|