Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineDominanceFrontier.h40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDominanceFrontier.h62 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function
/freebsd-head/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_function_call_trie.h461 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; } in getRoots() function
/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenRegisters.h556 ArrayRef<const CodeGenRegister *> getRoots() const { in getRoots() function
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDVirtualFileSystem.cpp1547 std::vector<StringRef> RedirectingFileSystem::getRoots() const { in getRoots() function in RedirectingFileSystem