Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h42 MachineDomTreeNode *getRootNode() const { return PDT->getRootNode(); } in getRootNode() function in llvm::MachinePostDominatorTree
H A DMachineDominators.h110 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 DSkDOMTest.cpp43 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 DDomPrinter.cpp62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
H A DMemorySSA.cpp1488 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 DGenericDomTree.h340 /// 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 DPostDominators.h103 return DT->getRootNode(); in getEntryNode()
H A DLoopInfoImpl.h540 const DomTreeNodeBase<BlockT> *DomRoot = DomTree.getRootNode(); in analyze()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DWrapMain.cpp30 if (blockNode != getRootNode())
H A DEmitMetal.cpp2239 if (getRootNode() == getParentBlock())
/third_party/skia/src/xml/
H A DSkDOM.h60 const Node* getRootNode() const;
H A DSkDOM.cpp51 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 DAArch64CleanupLocalDynamicTLSPass.cpp54 return VisitNode(DT->getRootNode(), 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp79 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp409 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 DIntermTraverse.h171 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 DDominators.h218 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 DMipsOptimizePICCall.cpp204 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 DEarlyCSE.cpp1316 CurrentGeneration, DT.getRootNode(), in run()
1317 DT.getRootNode()->begin(), DT.getRootNode()->end())); in run()
H A DGuardWidening.cpp773 if (!GuardWideningImpl(DT, &PDT, LI, DT.getRootNode(),
812 return GuardWideningImpl(DT, &PDT, LI, DT.getRootNode(),
H A DADCE.cpp298 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 DMachineCSE.cpp855 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 DRewriteRowMajorMatrices.cpp1086 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 DPredicateInfo.cpp494 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
H A DBasicBlockUtils.cpp559 if (OldBB == DT->getRootNode()->getBlock()) { in UpdateAnalysisInformation()

Completed in 32 milliseconds

12