Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp367 : 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()
391 RootNode->print(S); in printNode()
520 return printNode(static_cast<Node *>(RootNode), Buf, N); in finishDemangle()
527 auto *E = static_cast<const FunctionEncoding *>(RootNode); in hasFunctionQualifiers()
532 const Node *N = static_cast<const Node *>(RootNode); in isCtorOrDtor()
565 return static_cast<const Node *>(RootNode)->getKind() == in isFunction()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h254 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 DGenericDomTreeConstruction.h595 DT.RootNode = DT.createNode(Root); in CalculateFromScratch()
596 SNCA.attachNewSubtree(DT, DT.RootNode); in CalculateFromScratch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp79 auto &RootNode = createRootNode(); in createAndConnectRootNode() local
82 if (*N == RootNode) in createAndConnectRootNode()
86 createRootedEdge(RootNode, *N); in createAndConnectRootNode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h122 void *RootNode;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp513 for (auto *RootNode : RootNodeRange) in printIgnoringThreads() local
514 RootValues.push_back(RootNode); in printIgnoringThreads()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp720 SDNode *RootNode);
17078 SDNode *&RootNode) { in getStoreMergeCandidates() argument
17209 RootNode = St->getChain().getNode(); in getStoreMergeCandidates()
17215 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); in getStoreMergeCandidates()
17223 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); in getStoreMergeCandidates()
17236 SDNode *RootNode) { in checkMergeStoreCandidatesForDependencies() argument
17249 Worklist.push_back(RootNode); in checkMergeStoreCandidatesForDependencies()
17288 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()
17291 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()
17466 EVT MemVT, SDNode *RootNode) { in tryStoreMergeOfExtracts() argument
[all …]