| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 387 : 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 D | PGOCtxProfWriter.cpp | 137 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 D | ComplexDeinterleavingPass.cpp | 1593 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 D | MachineOutliner.cpp | 672 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 D | GenericDomTree.h | 269 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 D | GenericDomTreeConstruction.h | 595 DT.RootNode = DT.createNode(Root); in CalculateFromScratch() 596 SNCA.attachNewSubtree(DT, DT.RootNode); in CalculateFromScratch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceGraphBuilder.cpp | 80 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 D | Demangle.h | 138 void *RootNode;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | PGOCtxProfWriter.h | 98 void writeContextual(const ctx_profile::ContextNode &RootNode,
|
| H A D | CtxInstrContextNode.h | 143 virtual void writeContextual(const ctx_profile::ContextNode &RootNode,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrContextNode.h | 143 virtual void writeContextual(const ctx_profile::ContextNode &RootNode,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Mustache.cpp | 460 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 D | DWARFVerifier.cpp | 2317 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 D | UnwrappedLineFormatter.cpp | 1281 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 D | DAGCombiner.cpp | 804 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 …]
|