Searched refs:TreeRoot (Results 1 – 2 of 2) sorted by relevance
371 std::unique_ptr<GIMatchTree> TreeRoot = std::make_unique<GIMatchTree>(); in run() local372 TreeNode = TreeRoot.get(); in run()375 return TreeRoot; in run()
6557 auto &TreeRoot = VectorizableTree[0]->Scalars; in computeMinimumValueSizes() local6558 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType()); in computeMinimumValueSizes()6568 SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end()); in computeMinimumValueSizes()6583 for (auto *Root : TreeRoot) in computeMinimumValueSizes()6592 for (auto *Root : TreeRoot) in computeMinimumValueSizes()6603 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()6623 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) && in computeMinimumValueSizes()6624 llvm::all_of(TreeRoot, [](Value *R) { in computeMinimumValueSizes()6632 IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R) { in computeMinimumValueSizes()