Home
last modified time | relevance | path

Searched refs:RootNode (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DItaniumDemangle.cpp368 : RootNode(Other.RootNode), Context(Other.Context) { in ItaniumPartialDemangler()
369 Other.Context = Other.RootNode = nullptr; in ItaniumPartialDemangler()
374 std::swap(RootNode, Other.RootNode); in operator =()
384 RootNode = Parser->parse(); in partialDemangle()
385 return RootNode == nullptr; in partialDemangle()
392 RootNode->print(S); in printNode()
521 return printNode(static_cast<Node *>(RootNode), Buf, N); in finishDemangle()
528 auto *E = static_cast<const FunctionEncoding *>(RootNode); in hasFunctionQualifiers()
533 const Node *N = static_cast<const Node *>(RootNode); in isCtorOrDtor()
566 return static_cast<const Node *>(RootNode)->getKind() == in isFunction()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTree.h246 DomTreeNodeBase<NodeT> *RootNode;
260 RootNode(Arg.RootNode),
270 RootNode = RHS.RootNode;
348 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; }
349 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; }
601 return RootNode = NewNode;
766 RootNode = nullptr;
853 RootNode = nullptr;
H A DGenericDomTreeConstruction.h580 DT.RootNode = (DT.DomTreeNodes[Root] = in CalculateFromScratch()
583 SNCA.attachNewSubtree(DT, DT.RootNode); in CalculateFromScratch()
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DDemangle.h91 void *RootNode;
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp516 for (auto *RootNode : RootNodeRange) in printIgnoringThreads() local
517 RootValues.push_back(RootNode); in printIgnoringThreads()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp575 SDNode *RootNode);
14343 SDNode *&RootNode) { in getStoreMergeCandidates() argument
14442 RootNode = St->getChain().getNode(); in getStoreMergeCandidates()
14444 if (LoadSDNode *Ldn = dyn_cast<LoadSDNode>(RootNode)) { in getStoreMergeCandidates()
14445 RootNode = Ldn->getChain().getNode(); in getStoreMergeCandidates()
14446 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); I != E; ++I) in getStoreMergeCandidates()
14457 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); I != E; ++I) in getStoreMergeCandidates()
14474 SDNode *RootNode) { in checkMergeStoreCandidatesForDependencies() argument
14487 Worklist.push_back(RootNode); in checkMergeStoreCandidatesForDependencies()
14559 SDNode *RootNode; in MergeConsecutiveStores() local
[all …]