/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachinePostDominators.h | 42 MachineDomTreeNode *getRootNode() const { return PDT->getRootNode(); } in getRootNode() function in llvm::MachinePostDominatorTree
|
H A D | MachineDominators.h | 110 MachineDomTreeNode *getRootNode() const { in getRootNode() function in llvm::MachineDominatorTree 112 return DT->getRootNode(); in getRootNode() 284 return DT->getRootNode(); in getEntryNode()
|
/third_party/skia/tests/ |
H A D | SkDOMTest.cpp | 43 REPORTER_ASSERT(r, !dom.getRootNode()); in DEF_TEST() 46 REPORTER_ASSERT(r, root && dom.getRootNode() == root); in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DomPrinter.cpp | 62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel() 78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
|
H A D | MemorySSA.cpp | 1488 for (const auto *DomNode : depth_first(DT->getRootNode())) in optimizeUses() 1550 renamePass(DT->getRootNode(), LiveOnEntryDef.get(), Visited); in buildMemorySSA()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 340 /// getRootNode - This returns the entry node for the CFG of the function. If 347 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; } in getRootNode() function in llvm::DominatorTreeBase 348 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; } in getRootNode() function in llvm::DominatorTreeBase 671 if (getRootNode()) PrintDomTree<NodeT>(getRootNode(), O, 1); in print() 693 const DomTreeNodeBase<NodeT> *ThisRoot = getRootNode(); in updateDFSNumbers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | PostDominators.h | 103 return DT->getRootNode(); in getEntryNode()
|
H A D | LoopInfoImpl.h | 540 const DomTreeNodeBase<BlockT> *DomRoot = DomTree.getRootNode(); in analyze()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | WrapMain.cpp | 30 if (blockNode != getRootNode())
|
H A D | EmitMetal.cpp | 2239 if (getRootNode() == getParentBlock())
|
/third_party/skia/src/xml/ |
H A D | SkDOM.h | 60 const Node* getRootNode() const;
|
H A D | SkDOM.cpp | 51 const SkDOM::Node* SkDOM::getRootNode() const { in getRootNode() function in SkDOM
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64CleanupLocalDynamicTLSPass.cpp | 54 return VisitNode(DT->getRootNode(), 0);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZLDCleanup.cpp | 79 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGDOM.cpp | 409 auto root = construct_svg_node(xmlDom, ctx, xmlDom.getRootNode()); in make() 436 auto root = construct_svg_node(xmlDom, ctx, xmlDom.getRootNode()); in make()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermTraverse.h | 171 TIntermNode *getRootNode() const in getRootNode() function in sh::TIntermTraverser
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Dominators.h | 218 static NodeRef getEntryNode(DominatorTree *DT) { return DT->getRootNode(); } in getEntryNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsOptimizePICCall.cpp | 204 SmallVector<MBBInfo, 8> WorkList(1, MBBInfo(MDT->getRootNode())); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 1316 CurrentGeneration, DT.getRootNode(), in run() 1317 DT.getRootNode()->begin(), DT.getRootNode()->end())); in run()
|
H A D | GuardWidening.cpp | 773 if (!GuardWideningImpl(DT, &PDT, LI, DT.getRootNode(), 812 return GuardWideningImpl(DT, &PDT, LI, DT.getRootNode(),
|
H A D | ADCE.cpp | 298 for (auto &PDTChild : children<DomTreeNode *>(PDT.getRootNode())) { in initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineCSE.cpp | 855 BBs.push_back(DT->getRootNode()); in PerformSimplePRE() 895 ChangedCSE = PerformCSE(DT->getRootNode()); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 1086 getRootNode()->traverse(&rhsTraverser); in transformExpression() 1087 bool valid = rhsTraverser.updateTree(mCompiler, getRootNode()); in transformExpression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 494 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
|
H A D | BasicBlockUtils.cpp | 559 if (OldBB == DT->getRootNode()->getBlock()) { in UpdateAnalysisInformation()
|