Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp387 : RootNode(nullptr), Context(new Demangler{nullptr, nullptr}) {} in ItaniumPartialDemangler()
395 : RootNode(Other.RootNode), Context(Other.Context) { in ItaniumPartialDemangler()
396 Other.Context = Other.RootNode = nullptr; in ItaniumPartialDemangler()
401 std::swap(RootNode, Other.RootNode); in operator =()
411 RootNode = Parser->parse(); in partialDemangle()
412 return RootNode == nullptr; in partialDemangle()
414 static char *printNode(const Node *RootNode, OutputBuffer &OB, size_t *N) { in printNode() argument
415 RootNode->print(OB); in printNode()
422 static char *printNode(const Node *RootNode, char *Buf, size_t *N) { in printNode() argument
424 return printNode(RootNode, OB, N); in printNode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp137 void PGOCtxProfileWriter::writeContextual(const ContextNode &RootNode, in writeContextual() argument
140 if (!IncludeEmpty && (!TotalRootEntryCount || (RootNode.counters_size() > 0 && in writeContextual()
141 RootNode.entrycount() == 0))) in writeContextual()
144 writeGuid(RootNode.guid()); in writeContextual()
146 writeCounters({RootNode.counters(), RootNode.counters_size()}); in writeContextual()
153 writeSubcontexts(RootNode); in writeContextual()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1593 auto RootNode = It->second; in identifyNodes() local
1594 assert(RootNode->Operation == in identifyNodes()
1596 RootNode->Operation == in identifyNodes()
1600 auto *R = cast<Instruction>(RootNode->Real); in identifyNodes()
1601 auto *I = RootNode->Imag ? cast<Instruction>(RootNode->Imag) : nullptr; in identifyNodes()
1615 auto RootNode = identifyRoot(RootI); in identifyNodes() local
1616 if (!RootNode) in identifyNodes()
1627 RootToNode[RootI] = RootNode; in identifyNodes()
1721 auto RootNode = prepareCompositeNode( in identifyReductionNodes() local
1723 RootNode->addOperand(Node); in identifyReductionNodes()
[all …]
H A DMachineOutliner.cpp672 const auto *RootNode = cgdata::getOutlinedHashTree()->getRoot(); in getMatchedEntries() local
693 const HashNode *CurrNode = getStableHashAndFollow(*MI, RootNode); in getMatchedEntries()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h269 DomTreeNodeBase<NodeT> *RootNode = nullptr;
283 NodeNumberMap(std::move(Arg.NodeNumberMap)), RootNode(Arg.RootNode),
295 RootNode = RHS.RootNode;
421 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; }
422 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; }
717 return RootNode = NewNode;
914 RootNode = nullptr;
1014 RootNode = nullptr;
H A DGenericDomTreeConstruction.h595 DT.RootNode = DT.createNode(Root); in CalculateFromScratch()
596 SNCA.attachNewSubtree(DT, DT.RootNode); in CalculateFromScratch()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h138 void *RootNode;
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h98 void writeContextual(const ctx_profile::ContextNode &RootNode,
H A DCtxInstrContextNode.h143 virtual void writeContextual(const ctx_profile::ContextNode &RootNode,
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h143 virtual void writeContextual(const ctx_profile::ContextNode &RootNode,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp460 AstPtr RootNode = createRootNode(Partials, Lambdas, SectionLambdas, Escapes); in parse() local
461 parseMustache(RootNode.get(), Partials, Lambdas, SectionLambdas, Escapes); in parse()
462 return RootNode; in parse()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp2317 llvm::json::Object RootNode; in summarize() local
2318 RootNode.try_emplace("error-categories", std::move(Categories)); in summarize()
2319 RootNode.try_emplace("error-count", ErrorCount); in summarize()
2321 JsonStream << llvm::json::Value(std::move(RootNode)); in summarize()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1281 StateNode *RootNode = in analyzeSolutionSpace() local
1283 Queue.push(QueueItem(OrderedPenalty(0, Count), RootNode)); in analyzeSolutionSpace()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp804 SDNode *RootNode);
21511 SDNode *RootNode = St->getChain().getNode(); in getStoreMergeCandidates() local
21513 if (ChainsWithoutMergeableStores.contains(RootNode)) in getStoreMergeCandidates()
21519 SDNode *RootNode) -> bool { in getStoreMergeCandidates() argument
21522 RootCount->second.first == RootNode && in getStoreMergeCandidates()
21534 !OverLimitInDependenceCheck(OtherStore, RootNode)) in getStoreMergeCandidates()
21541 if (auto *Ldn = dyn_cast<LoadSDNode>(RootNode)) { in getStoreMergeCandidates()
21542 RootNode = Ldn->getChain().getNode(); in getStoreMergeCandidates()
21544 if (ChainsWithoutMergeableStores.contains(RootNode)) in getStoreMergeCandidates()
21546 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); in getStoreMergeCandidates()
[all …]