Home
last modified time | relevance | path

Searched refs:getRootNode (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h66 DomTreeNode *getRootNode() { in getRootNode() function
67 return DT.getRootNode(); in getRootNode()
74 DomTreeNode *R = getRootNode(); in compare()
75 DomTreeNode *OtherR = Other.getRootNode(); in compare()
303 return DT->getRootNode();
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineDominators.h100 MachineDomTreeNode *getRootNode() const { in getRootNode() function
102 return DT->getRootNode(); in getRootNode()
275 return DT->getRootNode();
H A DMachinePostDominators.h44 MachineDomTreeNode *getRootNode() const { return PDT->getRootNode(); } in getRootNode() function
/netbsd-src/external/apache2/llvm/dist/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.cpp1491 for (const auto *DomNode : depth_first(DT->getRootNode())) in optimizeUses()
1553 renamePass(DT->getRootNode(), LiveOnEntryDef.get(), Visited); in buildMemorySSA()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTree.h370 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; }
371 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; }
720 if (getRootNode()) PrintDomTree<NodeT>(getRootNode(), O, 1);
742 const DomTreeNodeBase<NodeT> *ThisRoot = getRootNode();
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DPostDominators.h101 return DT->getRootNode();
H A DLoopInfoImpl.h550 const DomTreeNodeBase<BlockT> *DomRoot = DomTree.getRootNode(); in analyze()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp79 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp54 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp204 SmallVector<MBBInfo, 8> WorkList(1, MBBInfo(MDT->getRootNode())); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDominators.h240 static NodeRef getEntryNode(DominatorTree *DT) { return DT->getRootNode(); }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp886 BBs.push_back(DT->getRootNode()); in PerformSimplePRE()
924 ChangedCSE = PerformCSE(DT->getRootNode()); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp769 if (!GuardWideningImpl(DT, &PDT, LI, DT.getRootNode(), in run()
808 return GuardWideningImpl(DT, &PDT, LI, DT.getRootNode(), in runOnFunction()
H A DEarlyCSE.cpp1586 CurrentGeneration, DT.getRootNode(), in run()
1587 DT.getRootNode()->begin(), DT.getRootNode()->end())); in run()
H A DADCE.cpp299 for (auto &PDTChild : children<DomTreeNode *>(PDT.getRootNode())) { in initialize()
H A DNewGVN.cpp3426 for (auto DTN : depth_first(DT->getRootNode())) { in runGVN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp518 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
H A DBasicBlockUtils.cpp902 if (OldBB == DT->getRootNode()->getBlock()) { in UpdateAnalysisInformation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1526 Changed = removeDeadCode(MDT->getRootNode()); in runOnMachineFunction()
H A DHexagonVectorCombine.cpp524 traverseBlock(HVC.DT.getRootNode(), traverseBlock); in createAddressGroups()
H A DHexagonBitSimplify.cpp959 return runOnNode(MDT.getRootNode()); in run()
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/
H A Djquery.js2 …nerDocument,e)},ae={composed:!0};ie.getRootNode&&(oe=function(e){return k.contains(e.ownerDocument…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/
H A Djquery.js2 …nerDocument,e)},ae={composed:!0};ie.getRootNode&&(oe=function(e){return k.contains(e.ownerDocument…
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/
H A Djquery.js2 …nerDocument,e)},ae={composed:!0};ie.getRootNode&&(oe=function(e){return k.contains(e.ownerDocument…

12