Searched refs:buildTree (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | SynthesisTest.cpp | 45 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 D | TreeTest.cpp | 110 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 D | TreeTestBase.h | 35 TranslationUnit *buildTree(StringRef Code,
|
| H A D | MutationsTest.cpp | 29 auto *Root = buildTree(Source.code(), GetParam()); in CheckTransformation()
|
| H A D | TreeTestBase.cpp | 67 SyntaxTreeTest::buildTree(StringRef Code, const TestClangConfig &ClangConfig) { in buildTree() function in SyntaxTreeTest
|
| H A D | BuildTreeTest.cpp | 25 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 D | HTMLForest.js | 33 this.tree = this.buildTree(); 64 buildTree() { method in NodeView
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 897 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()
|