| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | Dominators.h | 64 DomTreeNode *getRootNode() const { in getRootNode() function 65 return DT->getRootNode(); in getRootNode() 72 DomTreeNode *R = getRootNode(); in compare() 73 DomTreeNode *OtherR = Other.getRootNode(); in compare() 188 return DT->getRootNode();
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachinePostDominators.h | 44 MachineDomTreeNode *getRootNode() const { in getRootNode() function 45 return DT->getRootNode(); in getRootNode()
|
| H A D | MachineDominators.h | 106 inline MachineDomTreeNode *getRootNode() const { in getRootNode() function 108 return DT->getRootNode(); in getRootNode() 285 return DT->getRootNode();
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineDominators.cpp | 73 if (getRootNode()->getBlock() != OtherDT.getRootNode()->getBlock() || in verifyAnalysis()
|
| H A D | MachineCSE.cpp | 755 return PerformCSE(DT->getRootNode()); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/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 | 1408 for (const auto *DomNode : depth_first(DT->getRootNode())) in optimizeUses() 1470 renamePass(DT->getRootNode(), LiveOnEntryDef.get(), Visited); in buildMemorySSA()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | GenericDomTree.h | 348 DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; } 349 const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; } 672 if (getRootNode()) PrintDomTree<NodeT>(getRootNode(), O, 1); 696 const DomTreeNodeBase<NodeT> *ThisRoot = getRootNode();
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | PostDominators.h | 99 return DT->getRootNode();
|
| H A D | LoopInfoImpl.h | 556 const DomTreeNodeBase<BlockT> *DomRoot = DomTree.getRootNode(); in analyze()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64CleanupLocalDynamicTLSPass.cpp | 55 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLDCleanup.cpp | 80 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 206 SmallVector<MBBInfo, 8> WorkList(1, MBBInfo(MDT->getRootNode())); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 1184 CurrentGeneration, DT.getRootNode(), in run() 1185 DT.getRootNode()->begin(), DT.getRootNode()->end())); in run()
|
| H A D | GuardWidening.cpp | 794 if (!GuardWideningImpl(DT, &PDT, LI, BPI, DT.getRootNode(), in run() 820 return GuardWideningImpl(DT, &PDT, LI, BPI, DT.getRootNode(), in runOnFunction()
|
| H A D | ADCE.cpp | 297 for (auto &PDTChild : children<DomTreeNode *>(PDT.getRootNode())) { in initialize()
|
| H A D | NewGVN.cpp | 3469 for (auto DTN : depth_first(DT->getRootNode())) { in runGVN()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 219 static NodeRef getEntryNode(DominatorTree *DT) { return DT->getRootNode(); }
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 462 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
|
| H A D | BasicBlockUtils.cpp | 361 if (OldBB == DT->getRootNode()->getBlock()) { in UpdateAnalysisInformation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 1527 Changed = removeDeadCode(MDT->getRootNode()); in runOnMachineFunction()
|
| H A D | HexagonBitSimplify.cpp | 961 return runOnNode(MDT.getRootNode()); in run()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 7531 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
|