Searched refs:Roots (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1163 for (const auto &Root : Roots)
1270 for (const auto &Root : FS->Roots) {
1297 FS->Roots.push_back(std::move(E));
1298 ParentEntry = FS->Roots.back().get();
1569 auto *Roots = dyn_cast<yaml::SequenceNode>(I.getValue()); local
1570 if (!Roots) {
1575 for (auto &I : *Roots) {
1694 for (const auto &Root : Roots) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp580 /// Construct a vectorizable tree that starts at \p Roots, ignoring users for
582 void buildTree(ArrayRef<Value *> Roots,
585 /// Construct a vectorizable tree that starts at \p Roots, ignoring users for
589 void buildTree(ArrayRef<Value *> Roots,
1394 void buildTree_rec(ArrayRef<Value *> Roots, unsigned Depth,
2379 void BoUpSLP::buildTree(ArrayRef<Value *> Roots,
2382 buildTree(Roots, ExternallyUsedValues, UserIgnoreLst);
2385 void BoUpSLP::buildTree(ArrayRef<Value *> Roots,
2390 if (!allSameType(Roots))
2392 buildTree_rec(Roots,
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp486 SmallPtrSet<Value *, 4> Roots; local
512 Roots.insert(&I);
609 if (Roots.count(*MI))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1208 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h668 std::vector<std::unique_ptr<Entry>> Roots; member in class:llvm::vfs::RedirectingFileSystem
722 /// Looks up \p Path in \c Roots.
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp2446 dbgs() << ' ' << RegUnits[Unit].Roots[0]->getName();

Completed in 189 milliseconds

12