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()
6282 auto &TreeRoot = VectorizableTree[0]->Scalars; in computeMinimumValueSizes() local6283 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType()); in computeMinimumValueSizes()6293 SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end()); in computeMinimumValueSizes()6308 for (auto *Root : TreeRoot) in computeMinimumValueSizes()6317 for (auto *Root : TreeRoot) in computeMinimumValueSizes()6328 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()6348 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) && in computeMinimumValueSizes()6349 llvm::all_of(TreeRoot, [](Value *R) { in computeMinimumValueSizes()6357 IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R) { in computeMinimumValueSizes()