| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | RegionIterator.h | 269 static NodeRef getEntryNode(NodeRef N) { return N; } \ 281 static NodeRef getEntryNode(NodeRef N) { return N; } \ 293 static NodeRef getEntryNode(RegionT *R) { \ 297 return nodes_iterator::begin(getEntryNode(R)); \ 300 return nodes_iterator::end(getEntryNode(R)); \ 309 static NodeRef getEntryNode(RegionT *R) { \ 313 return nodes_iterator::begin(getEntryNode(R)); \ 316 return nodes_iterator::end(getEntryNode(R)); \ 332 static NodeRef getEntryNode(RegionInfo *RI) { 333 return GraphTraits<FlatIt<Region*>>::getEntryNode(RI->getTopLevelRegion()); [all …]
|
| H A D | PostDominators.h | 103 static NodeRef getEntryNode(PostDominatorTree *DT) { 108 return df_begin(getEntryNode(N)); 112 return df_end(getEntryNode(N));
|
| H A D | CallGraph.h | 420 static NodeRef getEntryNode(CallGraphNode *CGN) { return CGN; } 440 static NodeRef getEntryNode(const CallGraphNode *CGN) { return CGN; } 468 static NodeRef getEntryNode(CallGraph *CGN) { 495 static NodeRef getEntryNode(const CallGraph *CGN) {
|
| H A D | DDG.h | 504 static NodeRef getEntryNode(NodeRef N) { return N; } 521 static NodeRef getEntryNode(DataDependenceGraph *DG) { 544 static NodeRef getEntryNode(NodeRef N) { return N; } 562 static NodeRef getEntryNode(const DataDependenceGraph *DG) {
|
| H A D | LoopInfo.h | 554 static NodeRef getEntryNode(const Loop *L) { return L; } 563 static NodeRef getEntryNode(Loop *L) { return L; }
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanCFG.h | 134 static NodeRef getEntryNode(VPBlockDeepTraversalWrapper<VPBlockBase *> N) { 153 getEntryNode(VPBlockDeepTraversalWrapper<const VPBlockBase *> N) { 180 static NodeRef getEntryNode(VPBlockShallowTraversalWrapper<VPBlockBase *> N) { 199 getEntryNode(VPBlockShallowTraversalWrapper<const VPBlockBase *> N) { 255 static NodeRef getEntryNode(NodeRef N) { return N; } 270 static NodeRef getEntryNode(NodeRef N) { return N; } 288 static NodeRef getEntryNode(Inverse<NodeRef> B) { 306 static NodeRef getEntryNode(GraphRef N) { return N->getEntry(); }
|
| H A D | VPlanDominatorTree.h | 32 static NodePtr getEntryNode(ParentPtr Parent) { return Parent->getEntry(); }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegionInfo.h | 142 static NodeRef getEntryNode(MachineRegionInfo *RI) { 143 return GraphTraits<FlatIt<MachineRegion *>>::getEntryNode( 148 return nodes_iterator::begin(getEntryNode(RI)); 152 return nodes_iterator::end(getEntryNode(RI)); 162 static NodeRef getEntryNode(MachineRegionInfoPass *RI) { 163 return GraphTraits<MachineRegionInfo *>::getEntryNode(&RI->getRegionInfo());
|
| H A D | MachineLoopInfo.h | 182 static NodeRef getEntryNode(const MachineLoop *L) { return L; } 191 static NodeRef getEntryNode(MachineLoop *L) { return L; }
|
| H A D | MachineDominators.h | 164 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function 185 static NodeRef getEntryNode(MachineDominatorTree *DT) {
|
| H A D | MachineCFGPrinter.h | 33 static NodeRef getEntryNode(DOTMachineFuncInfo *CFGInfo) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | CFG.h | 305 static NodeRef getEntryNode(BasicBlock *BB) { return BB; } 319 static NodeRef getEntryNode(const BasicBlock *BB) { return BB; } 339 static NodeRef getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; } 353 static NodeRef getEntryNode(Inverse<const BasicBlock *> G) { return G.Graph; } 372 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); } 396 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); } 426 static NodeRef getEntryNode(Inverse<Function *> G) { 439 static NodeRef getEntryNode(Inverse<const Function *> G) {
|
| H A D | Dominators.h | 249 static NodeRef getEntryNode(NodeRef N) { return N; } 254 return df_begin(getEntryNode(N)); 257 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); } 272 static NodeRef getEntryNode(DominatorTree *DT) { return DT->getRootNode(); } 275 return df_begin(getEntryNode(N)); 279 return df_end(getEntryNode(N));
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | ProfiledCallGraph.h | 135 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode() function 222 static NodeRef getEntryNode(NodeRef PCGN) { return PCGN; } 230 static NodeRef getEntryNode(ProfiledCallGraph *PCG) { 231 return PCG->getEntryNode();
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtGraphTraits.h | 28 static NodeRef getEntryNode(clang::Stmt *S) { return S; } 54 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CallGraph.h | 245 static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; } 255 static NodeType *getEntryNode(const clang::CallGraphNode *CGN) { return CGN; } 262 static NodeType *getEntryNode(clang::CallGraph *CGN) { 288 static NodeType *getEntryNode(const clang::CallGraph *CGN) {
|
| H A D | CFG.h | 1492 static NodeRef getEntryNode(::clang::CFGBlock *BB) { return BB; } 1501 static NodeRef getEntryNode(const clang::CFGBlock *BB) { return BB; } 1510 static NodeRef getEntryNode(Inverse<::clang::CFGBlock *> G) { 1522 static NodeRef getEntryNode(Inverse<const ::clang::CFGBlock *> G) { 1536 static NodeRef getEntryNode(::clang::CFG *F) { return &F->getEntry(); } 1546 static NodeRef getEntryNode(const ::clang::CFG *F) { return &F->getEntry(); } 1565 static NodeRef getEntryNode(::clang::CFG *F) { return &F->getExit(); } 1574 static NodeRef getEntryNode(const ::clang::CFG *F) { return &F->getExit(); }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelDAGToDAG.cpp | 182 Base = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in SelectADDRVTX_READ() 183 SDLoc(CurDAG->getEntryNode()), R600::ZERO, in SelectADDRVTX_READ()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineRegionInfo.cpp | 67 MachineBasicBlock *Entry = GraphTraits<MachineFunction*>::getEntryNode(&F); in recalculate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 157 return df_iterator(GT::getEntryNode(G)); in begin() 163 return df_iterator(GT::getEntryNode(G), S); in begin()
|
| H A D | PostOrderIterator.h | 153 return po_iterator(GT::getEntryNode(G)); in begin() 158 return po_iterator(GT::getEntryNode(G), S); in begin()
|
| H A D | BreadthFirstIterator.h | 115 return bf_iterator(GT::getEntryNode(G)); in begin()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 281 New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), SDLoc(N), VE::VM0, in Select() 284 New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), SDLoc(N), VE::VMP0, in Select()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | PostOrderCFGView.h | 92 static NodeRef getEntryNode(const ::clang::CFG *F) { in getEntryNode() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelDAGToDAG.cpp | 320 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select() 327 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select()
|