Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h55 BlockT *getRoot() const { in getRoot() function
156 BasicBlock *getRoot() const { return Base.getRoot(); } in getRoot() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h55 inline CFGBlock *getRoot() const { in getRoot() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h44 MachineBasicBlock *getRoot() const { in getRoot() function
H A DMachineDominators.h163 inline MachineBasicBlock *getRoot() const { in getRoot() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h81 CallGraphNode *getRoot() const { return Root; } in getRoot() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp42 llvm::MDNode *CodeGenTBAA::getRoot() { in getRoot() function in CodeGenTBAA
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DDeltaTree.cpp383 static DeltaTreeNode *getRoot(void *Root) { in getRoot() function
H A DRewriteRope.cpp711 static RopePieceBTreeNode *getRoot(void *P) { in getRoot() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h473 Node *getRoot() { in getRoot() function
H A DGenericDomTree.h473 NodeT *getRoot() const { in getRoot() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h141 TreeTy *getRoot() const { in getRoot() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp909 SDValue SelectionDAGBuilder::getRoot() { in getRoot() function in SelectionDAGBuilder