Searched refs:getRootNode (Results 1 - 25 of 49) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DPostDominators.h45 inline DomTreeNode *getRootNode() const { function in struct:llvm::PostDominatorTree
46 return DT->getRootNode();
89 return DT->getRootNode();
H A DDominators.h328 /// getRootNode - This returns the entry node for the CFG of the function. If
335 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; } function in class:llvm::DominatorTreeBase
336 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; } function in class:llvm::DominatorTreeBase
561 if (getRootNode())
562 PrintDomTree<NodeT>(getRootNode(), o, 1);
589 DomTreeNodeBase<NodeT> *ThisRoot = getRootNode();
717 inline DomTreeNode *getRootNode() const { function in class:llvm::DominatorTree
718 return DT->getRootNode();
724 DomTreeNode *R = getRootNode();
725 DomTreeNode *OtherR = Other.getRootNode();
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h44 MachineDomTreeNode *getRootNode() const { function in struct:llvm::MachinePostDominatorTree
45 return DT->getRootNode();
H A DMachineDominators.h98 inline MachineDomTreeNode *getRootNode() const { function in class:llvm::MachineDominatorTree
100 return DT->getRootNode();
248 const MachineDomTreeNode *R = getRootNode();
249 const MachineDomTreeNode *OtherR = Other.getRootNode();
300 return DT->getRootNode();
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h59 inline DomTreeNode *getRootNode() const { function in class:clang::DominatorTree
60 return DT->getRootNode();
68 DomTreeNode *R = getRootNode();
69 DomTreeNode *OtherR = Other.getRootNode();
197 return DT->getRootNode();
/external/llvm/lib/Analysis/
H A DIteratedDominanceFrontier.cpp25 for (auto DFI = df_begin(DT.getRootNode()), DFE = df_end(DT.getRootNode());
H A DDomPrinter.cpp62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineDominators.h65 inline MachineDomTreeNode *getRootNode() const { function in class:llvm::MachineDominatorTree
66 return DT->getRootNode();
197 return DT->getRootNode();
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
H A DUiAutomationDriver.java73 return context.newRootElement(getRootNode());
82 private AccessibilityNodeInfo getRootNode() { method in class:UiAutomationDriver
/external/skia/tests/
H A DSkDOMTest.cpp43 REPORTER_ASSERT(r, !dom.getRootNode());
46 REPORTER_ASSERT(r, root && dom.getRootNode() == root);
/external/skqp/tests/
H A DSkDOMTest.cpp43 REPORTER_ASSERT(r, !dom.getRootNode());
46 REPORTER_ASSERT(r, root && dom.getRootNode() == root);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDomPrinter.cpp62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
/external/llvm/include/llvm/Analysis/
H A DPostDominators.h93 return DT->getRootNode();
/external/skia/src/xml/
H A DSkDOM.h36 const Node* getRootNode() const;
/external/skqp/src/xml/
H A DSkDOM.h36 const Node* getRootNode() const;
/external/llvm/include/llvm/IR/
H A DDominators.h115 const DomTreeNode *R = getRootNode();
116 const DomTreeNode *OtherR = Other.getRootNode();
189 return DT->getRootNode();
/external/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp52 return VisitNode(DT->getRootNode(), 0);
/external/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp80 return VisitNode(DT->getRootNode(), 0);
/external/skia/samplecode/
H A DSampleAnimator.cpp67 node = dom.getRootNode();
/external/skqp/samplecode/
H A DSampleAnimator.cpp67 node = dom.getRootNode();
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h385 /// getRootNode - This returns the entry node for the CFG of the function. If
392 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; } function in class:llvm::DominatorTreeBase
393 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; } function in class:llvm::DominatorTreeBase
624 if (getRootNode())
625 PrintDomTree<NodeT>(getRootNode(), o, 1);
680 const DomTreeNodeBase<NodeT> *ThisRoot = getRootNode();
/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp184 SmallVector<MBBInfo, 8> WorkList(1, MBBInfo(MDT->getRootNode()));
/external/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp247 for (auto DFI = df_begin(DT.getRootNode()), DFE = df_end(DT.getRootNode());
H A DEarlyCSE.cpp806 DT.getRootNode(), DT.getRootNode()->begin(), DT.getRootNode()->end()));
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java124 public Node getRootNode() method in class:DOMBuilder

Completed in 692 milliseconds

12