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

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1262 for (const auto &Root : Roots)
1268 for (const auto &Root : Roots)
1376 for (const auto &Root : FS->Roots) {
1401 FS->Roots.push_back(std::move(E));
1402 ParentEntry = FS->Roots.back().get();
1685 auto *Roots = dyn_cast<yaml::SequenceNode>(I.getValue()); local
1686 if (!Roots) {
1691 for (auto &I : *Roots) {
1885 for (const auto &Root : Roots) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1799 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,
1808 for (Node *RootN : Roots) {
1934 SmallVector<Node *, 16> Roots;
1936 Roots.push_back(&E.getNode());
1940 Roots,
H A DVectorUtils.cpp492 SmallPtrSet<Value *, 4> Roots; local
518 Roots.insert(&I);
615 if (Roots.count(M))
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1022 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); local
1023 assert(!Roots.empty() && "All regunits must have a root register.");
1024 assert(Roots.size() <= 2 && "More than two roots not supported yet.");
1027 for (const CodeGenRegister *R : Roots)
H A DCodeGenRegisters.cpp2436 dbgs() << ' ' << RegUnits[Unit].Roots[0]->getName();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp639 /// Construct a vectorizable tree that starts at \p Roots, ignoring users for
641 void buildTree(ArrayRef<Value *> Roots,
644 /// Construct a vectorizable tree that starts at \p Roots, ignoring users for
648 void buildTree(ArrayRef<Value *> Roots,
1557 void buildTree_rec(ArrayRef<Value *> Roots, unsigned Depth,
2581 void BoUpSLP::buildTree(ArrayRef<Value *> Roots,
2584 buildTree(Roots, ExternallyUsedValues, UserIgnoreLst);
2598 void BoUpSLP::buildTree(ArrayRef<Value *> Roots,
2603 if (!allSameType(Roots))
2605 buildTree_rec(Roots,
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h761 std::vector<std::unique_ptr<Entry>> Roots; member in class:llvm::vfs::RedirectingFileSystem
814 /// Looks up \p Path in \c Roots and returns a LookupResult giving the
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1209 static void buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin,

Completed in 209 milliseconds

12