Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h61 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } getRoots() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h465 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; } getRoots() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1523 std::vector<StringRef> RedirectingFileSystem::getRoots() const { getRoots() function in RedirectingFileSystem