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.h465 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; } in getRoots() function
481 DCHECK(O.getRoots().empty()); in deepCopyInto()
495 for (const auto Root : getRoots()) { in deepCopyInto()
553 for (const auto Root : getRoots()) { in mergeInto()
H A Dxray_profile_collector.cpp173 for (const auto *R : Trie.getRoots()) { in populateRecords()
276 if (ThreadTrie.FCT.getRoots().empty()) in serialize()
280 DCHECK(!ThreadTrie.FCT.getRoots().empty()); in serialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h61 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h539 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function
H A DRegisterInfoEmitter.cpp1004 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1047 std::vector<llvm::StringRef> getRoots() const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1523 std::vector<StringRef> RedirectingFileSystem::getRoots() const { in getRoots() function in RedirectingFileSystem