Home
last modified time | relevance | path

Searched refs:getRoots (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
41 return Base.getRoots(); in getRoots()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h461 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; } in getRoots() function
477 DCHECK(O.getRoots().empty()); in deepCopyInto()
491 for (const auto Root : getRoots()) { in deepCopyInto()
549 for (const auto Root : getRoots()) { in mergeInto()
H A Dxray_profile_collector.cpp170 for (const auto *R : Trie.getRoots()) { in populateRecords()
273 if (ThreadTrie.FCT.getRoots().empty()) in serialize()
277 DCHECK(!ThreadTrie.FCT.getRoots().empty()); in serialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h62 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h556 ArrayRef<const CodeGenRegister *> getRoots() const { in getRoots() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1079 std::vector<llvm::StringRef> getRoots() const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp989 ArrayRef<const CodeGenRegister *> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1547 std::vector<StringRef> RedirectingFileSystem::getRoots() const { in getRoots() function in RedirectingFileSystem