Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
HDClangASTNodesEmitter.cpp42 ChildMap Tree; member in __anone1c7645e0111::ClangASTNodesEmitter
226 void printDeclContext(const std::multimap<Record *, Record *> &Tree, in printDeclContext() argument
253 std::multimap<Record *, Record *> Tree; in EmitClangDeclContext() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
HDASTDiff.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::__anonf1f7f82f0611::PriorityList
726 PriorityList(const SyntaxTree::Impl &Tree) in PriorityList()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDImmutableMap.h159 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
289 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGenData/
HDOutlinedHashTree.cpp90 void OutlinedHashTree::merge(const OutlinedHashTree *Tree) { in merge()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
HDTree.h44 class Tree; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInlineSizeEstimatorAnalysis.cpp142 const DominatorTree &Tree) { in getMaxDominatorTreeDepth()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCPseudoProbe.h186 MCDecodedPseudoProbeInlineTree *Tree) in MCDecodedPseudoProbe()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenDAGPatterns.cpp1388 for (const auto &Tree : PatFragRec->getTrees()) { in getCodeToRunOnSDNode() local
3135 for (const TreePatternNodePtr &Tree : Trees) in InferAllTypes() local
3153 for (const TreePatternNodePtr &Tree : Trees) { in print() local
3743 static void getInstructionsInTree(TreePatternNode &Tree, in getInstructionsInTree()
4365 DagInit *Tree = CurPattern->getValueAsDag("PatternToMatch"); in ParsePatterns() local
HDCodeGenDAGPatterns.h922 void setTree(unsigned i, TreePatternNodePtr Tree) { Trees[i] = Tree; } in setTree()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMachineCFGStructurizer.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
2545 static bool containsNewBackedge(MRT *Tree, in containsNewBackedge()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDReassociate.cpp1105 SmallVector<RepeatedValue, 8> Tree; in RemoveFactorFromExpression() local
2285 SmallVector<RepeatedValue, 8> Tree; in ReassociateExpression() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDDiagnostic.cpp871 SmallString<64> Tree; in FormatDiagnostic() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonLoopIdiomRecognition.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()
HDHexagonConstExtenders.cpp1337 RangeTree Tree; in assignInits() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTDiagnostic.cpp952 DiffTree Tree; member in __anonc2e4de970111::TemplateDiff
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp11889 SequenceTree Tree; member in __anona6ba014a2811::SequenceChecker