Home
last modified time | relevance | path

Searched refs:buildTree (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp45 buildTree("", GetParam()); in TEST_P()
58 buildTree("", GetParam()); in TEST_P()
68 buildTree("", GetParam()); in TEST_P()
81 buildTree("", GetParam()); in TEST_P()
91 buildTree("", GetParam()); in TEST_P()
101 buildTree("", GetParam()); in TEST_P()
111 buildTree("", GetParam()); in TEST_P()
121 buildTree("", GetParam()); in TEST_P()
138 buildTree("", GetParam()); in TEST_P()
167 buildTree("", GetParam()); in TEST_P()
[all …]
H A DTreeTest.cpp110 buildTree("", GetParam()); in TEST_P()
120 buildTree("", GetParam()); in TEST_P()
130 buildTree("", allTestClangConfigs().front()); in TEST_F()
230 buildTree("", GetParam()); in TEST_P()
251 buildTree("", GetParam()); in TEST_P()
271 buildTree("", GetParam()); in TEST_P()
291 buildTree("", GetParam()); in TEST_P()
314 buildTree("", GetParam()); in TEST_P()
339 buildTree("", GetParam()); in TEST_P()
363 buildTree("", GetParam()); in TEST_P()
[all …]
H A DTreeTestBase.h35 TranslationUnit *buildTree(StringRef Code,
H A DMutationsTest.cpp29 auto *Root = buildTree(Source.code(), GetParam()); in CheckTransformation()
H A DTreeTestBase.cpp67 SyntaxTreeTest::buildTree(StringRef Code, const TestClangConfig &ClangConfig) { in buildTree() function in SyntaxTreeTest
H A DBuildTreeTest.cpp25 auto *Root = buildTree(Code, GetParam()); in treeDumpEqual()
44 auto *Root = buildTree(AnnotatedCode.code(), GetParam()); in treeDumpEqualOnAnnotations()
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js33 this.tree = this.buildTree();
64 buildTree() { method in NodeView
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp897 void buildTree(ArrayRef<Value *> Roots,
901 void buildTree(ArrayRef<Value *> Roots);
4429 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP
4438 void BoUpSLP::buildTree(ArrayRef<Value *> Roots) { in buildTree() function in BoUpSLP
10074 R.buildTree(Chain); in vectorizeStoreChain()
10376 R.buildTree(Ops); in tryToVectorizeList()
11154 V.buildTree(VL, IgnoreList); in tryToReduce()