Home
last modified time | relevance | path

Searched defs:Tree (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp42 ChildMap Tree; member in __anoncbce3dbb0111::ClangASTNodesEmitter
226 void printDeclContext(const std::multimap<Record *, Record *> &Tree, in printDeclContext() argument
253 std::multimap<Record *, Record *> Tree; in EmitClangDeclContext() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp72 NodeId getMapped(const std::unique_ptr<SyntaxTree::Impl> &Tree, in getMapped()
192 SyntaxTree::Impl &Tree; member
280 static std::vector<NodeId> getSubtreePostorder(const SyntaxTree::Impl &Tree, in getSubtreePostorder()
293 static std::vector<NodeId> getSubtreeBfs(const SyntaxTree::Impl &Tree, in getSubtreeBfs()
488 const SyntaxTree::Impl &Tree; member in clang::diff::Subtree
497 Subtree(const SyntaxTree::Impl &Tree, NodeId SubtreeRoot) : Tree(Tree) { in Subtree()
709 const SyntaxTree::Impl &Tree; member
720 const SyntaxTree::Impl &Tree; member in clang::diff::__anon6bbdc48c0611::PriorityList
726 PriorityList(const SyntaxTree::Impl &Tree) in PriorityList()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h159 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
289 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h44 class Tree; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp143 const DominatorTree &Tree) { in getMaxDominatorTreeDepth()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h186 MCDecodedPseudoProbeInlineTree *Tree) in MCDecodedPseudoProbe()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1384 for (const auto &Tree : PatFragRec->getTrees()) { in getCodeToRunOnSDNode() local
3147 for (const TreePatternNodePtr &Tree : Trees) in InferAllTypes() local
3165 for (const TreePatternNodePtr &Tree : Trees) { in print() local
3747 getInstructionsInTree(TreePatternNode *Tree, SmallVectorImpl<Record*> &Instrs) { in getInstructionsInTree()
4363 DagInit *Tree = CurPattern->getValueAsDag("PatternToMatch"); in ParsePatterns() local
H A DCodeGenDAGPatterns.h928 void setTree(unsigned i, TreePatternNodePtr Tree) { Trees[i] = Tree; } in setTree()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp528 void addChild(MRT *Tree) { Children.insert(Tree); } in addChild()
553 MRT *Tree = Children.back(); in getEntry() local
559 MRT *Tree = Children.front(); in getExit() local
2550 static bool containsNewBackedge(MRT *Tree, in containsNewBackedge()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1188 SmallVector<RepeatedValue, 8> Tree; in RemoveFactorFromExpression() local
2368 SmallVector<RepeatedValue, 8> Tree; in ReassociateExpression() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp871 SmallString<64> Tree; in FormatDiagnostic() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp396 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst()
494 Value *Simplifier::Context::find(Value *Tree, Value *Sub) const { in find()
H A DHexagonConstExtenders.cpp1333 RangeTree Tree; in assignInits() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp952 DiffTree Tree; member in __anon3993e9340111::TemplateDiff
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp16784 SequenceTree Tree; member in __anon1d690be72c11::SequenceChecker