Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp398 : RootNode(nullptr), Context(new Demangler{nullptr, nullptr}) {} in ItaniumPartialDemangler()
406 : RootNode(Other.RootNode), Context(Other.Context) { in ItaniumPartialDemangler()
407 Other.Context = Other.RootNode = nullptr; in ItaniumPartialDemangler()
412 std::swap(RootNode, Other.RootNode); in operator =()
422 RootNode = Parser->parse(); in partialDemangle()
423 return RootNode == nullptr; in partialDemangle()
426 static char *printNode(const Node *RootNode, char *Buf, size_t *N) { in printNode() argument
428 RootNode->print(OB); in printNode()
439 const Node *Name = static_cast<const FunctionEncoding *>(RootNode)->getName(); in getFunctionBaseName()
468 const Node *Name = static_cast<const FunctionEncoding *>(RootNode)->getName(); in getFunctionDeclContextName()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTree.h270 DomTreeNodeBase<NodeT> *RootNode = nullptr;
284 RootNode(Arg.RootNode),
294 RootNode = RHS.RootNode;
386 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; }
387 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; }
666 return RootNode = NewNode;
826 RootNode = nullptr;
926 RootNode = nullptr;
H A DGenericDomTreeConstruction.h594 DT.RootNode = DT.createNode(Root); in CalculateFromScratch()
595 SNCA.attachNewSubtree(DT, DT.RootNode); in CalculateFromScratch()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp80 auto &RootNode = createRootNode(); in createAndConnectRootNode() local
83 if (*N == RootNode) in createAndConnectRootNode()
87 createRootedEdge(RootNode, *N); in createAndConnectRootNode()
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DDemangle.h128 void *RootNode;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp202 NodePtr RootNode; member in __anon57316e8b0111::ComplexDeinterleavingGraph
821 RootNode = identifyNode(Real, Imag); in identifyNodes()
839 return RootNode != nullptr; in identifyNodes()
864 Value *R = replaceNode(RootNode.get()); in replaceNodes()
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp513 for (auto *RootNode : RootNodeRange) in printIgnoringThreads() local
514 RootValues.push_back(RootNode); in printIgnoringThreads()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1178 StateNode *RootNode = in analyzeSolutionSpace() local
1180 Queue.push(QueueItem(OrderedPenalty(0, Count), RootNode)); in analyzeSolutionSpace()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp738 SDNode *RootNode);
18714 SDNode *&RootNode) { in getStoreMergeCandidates() argument
18809 SDNode *RootNode) -> bool { in getStoreMergeCandidates() argument
18812 RootCount->second.first == RootNode && in getStoreMergeCandidates()
18824 !OverLimitInDependenceCheck(OtherStore, RootNode)) in getStoreMergeCandidates()
18845 RootNode = St->getChain().getNode(); in getStoreMergeCandidates()
18849 if (auto *Ldn = dyn_cast<LoadSDNode>(RootNode)) { in getStoreMergeCandidates()
18850 RootNode = Ldn->getChain().getNode(); in getStoreMergeCandidates()
18851 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); in getStoreMergeCandidates()
18863 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); in getStoreMergeCandidates()
[all …]