Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DItaniumDemangle.cpp409 : RootNode(Other.RootNode), Context(Other.Context) { in ItaniumPartialDemangler()
410 Other.Context = Other.RootNode = nullptr; in ItaniumPartialDemangler()
415 std::swap(RootNode, Other.RootNode); in operator =()
425 RootNode = Parser->parse(); in partialDemangle()
426 return RootNode == nullptr; in partialDemangle()
433 RootNode->print(OB); in printNode()
562 return printNode(static_cast<Node *>(RootNode), Buf, N); in finishDemangle()
569 auto *E = static_cast<const FunctionEncoding *>(RootNode); in hasFunctionQualifiers()
574 const Node *N = static_cast<const Node *>(RootNode); in isCtorOrDtor()
607 return static_cast<const Node *>(RootNode)->getKind() == in isFunction()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DDurationRewriter.cpp272 const Expr &RootNode = *Node->IgnoreParenImpCasts(); in rewriteExprFromNumberToDuration() local
276 rewriteInverseDurationCall(Result, Scale, RootNode)) in rewriteExprFromNumberToDuration()
279 if (isLiteralZero(Result, RootNode)) in rewriteExprFromNumberToDuration()
283 simplifyDurationFactoryArg(Result, RootNode) + ")") in rewriteExprFromNumberToDuration()
290 const Expr &RootNode = *Node->IgnoreParenImpCasts(); in rewriteExprFromNumberToTime() local
294 rewriteInverseTimeCall(Result, Scale, RootNode)) in rewriteExprFromNumberToTime()
297 if (isLiteralZero(Result, RootNode)) in rewriteExprFromNumberToTime()
301 tooling::fixit::getText(RootNode, *Result.Context) + ")") in rewriteExprFromNumberToTime()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DHelperDeclRefGraph.cpp73 const auto *RootNode = getNode(Root); in getReachableNodes() local
74 if (!RootNode) in getReachableNodes()
86 VisitNode(RootNode); in getReachableNodes()
/llvm-project-15.0.7/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.h593 DT.RootNode = DT.createNode(Root); in CalculateFromScratch()
594 SNCA.attachNewSubtree(DT, DT.RootNode); in CalculateFromScratch()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DDemangle.h128 void *RootNode;
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp724 isl::ast_node RootNode = Ast.getAst(); in print() local
729 if (RootNode.is_null()) { in print()
755 P = isl_ast_node_print(RootNode.get(), P, Options); in print()
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp513 for (auto *RootNode : RootNodeRange) in printIgnoringThreads() local
514 RootValues.push_back(RootNode); in printIgnoringThreads()
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1156 StateNode *RootNode = in analyzeSolutionSpace() local
1158 Queue.push(QueueItem(OrderedPenalty(0, Count), RootNode)); in analyzeSolutionSpace()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp721 SDNode *RootNode);
18057 SDNode *&RootNode) { in getStoreMergeCandidates() argument
18188 RootNode = St->getChain().getNode(); in getStoreMergeCandidates()
18194 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); in getStoreMergeCandidates()
18206 for (auto I = RootNode->use_begin(), E = RootNode->use_end(); in getStoreMergeCandidates()
18217 SDNode *RootNode) { in checkMergeStoreCandidatesForDependencies() argument
18230 Worklist.push_back(RootNode); in checkMergeStoreCandidatesForDependencies()
18274 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()
18277 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()
18454 EVT MemVT, SDNode *RootNode) { in tryStoreMergeOfExtracts() argument
[all …]