Home
last modified time | relevance | path

Searched defs:getRoot (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DOutlinedHashTree.h81 const HashNode *getRoot() const { return &Root; } in getRoot() function
82 HashNode *getRoot() { return &Root; } in getRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h44 MachineBasicBlock *getRoot() const { in getRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h63 BlockT *getRoot() const { in getRoot() function
H A DDDG.h272 NodeType &getRoot() const { in getRoot() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h158 TypeEntry *getRoot() const { return Root; } in getRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h147 DeclContext &getRoot() { return Root; } in getRoot() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h97 CallGraphNode *getRoot() const { return Root; } in getRoot() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp193 TrieSubtrie *getRoot() { return getTrailingObjects(); } in getRoot() function in ThreadSafeTrieRawHashMapBase::ImplType
390 ThreadSafeTrieRawHashMapBase::getRoot() const { in getRoot() function in ThreadSafeTrieRawHashMapBase
H A DDeltaTree.cpp386 static DeltaTreeNode *getRoot(void *Root) { return (DeltaTreeNode *)Root; } in getRoot() function
H A DRewriteRope.cpp714 static RopePieceBTreeNode *getRoot(void *P) { in getRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h303 DocNode &getRoot() { return Root; } in getRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h127 TreeTy *getRoot() const { in getRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h550 Node *getRoot() { in getRoot() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h348 ExplodedNode *getRoot() const { return Root; } in getRoot() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp47 llvm::MDNode *CodeGenTBAA::getRoot() { in getRoot() function in CodeGenTBAA
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp156 Instruction *getRoot() { return Root; } in getRoot() function in __anon176cfc890111::Reduction
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py3958 def getRoot(self): member in _TempPool
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1149 SDValue SelectionDAGBuilder::getRoot() { in getRoot() function in SelectionDAGBuilder