Home
last modified time | relevance | path

Searched defs:getRoots (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h62 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } getRoots() function
/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
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h556 ArrayRef<const CodeGenRegister *> getRoots() const { getRoots() function
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1547 std::vector<StringRef> RedirectingFileSystem::getRoots() const { getRoots() function in RedirectingFileSystem