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()
11118 auto &TreeRoot = VectorizableTree[0]->Scalars; in computeMinimumValueSizes() local11119 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType()); in computeMinimumValueSizes()11129 SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end()); in computeMinimumValueSizes()11144 for (auto *Root : TreeRoot) in computeMinimumValueSizes()11153 for (auto *Root : TreeRoot) in computeMinimumValueSizes()11164 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()11184 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) && in computeMinimumValueSizes()11185 llvm::all_of(TreeRoot, [](Value *R) { in computeMinimumValueSizes()11193 IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R) { in computeMinimumValueSizes()