| /openbsd-src/gnu/llvm/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 | 100 static NodeRef getEntryNode(PostDominatorTree *DT) { 105 return df_begin(getEntryNode(N)); 109 return df_end(getEntryNode(N));
|
| H A D | Interval.h | 120 static NodeRef getEntryNode(Interval *I) { return I; } 131 static NodeRef getEntryNode(Inverse<Interval *> G) { return G.Graph; }
|
| H A D | CallGraph.h | 432 static NodeRef getEntryNode(CallGraphNode *CGN) { return CGN; } 452 static NodeRef getEntryNode(const CallGraphNode *CGN) { return CGN; } 480 static NodeRef getEntryNode(CallGraph *CGN) { 507 static NodeRef getEntryNode(const CallGraph *CGN) {
|
| H A D | DDG.h | 499 static NodeRef getEntryNode(NodeRef N) { return N; } 516 static NodeRef getEntryNode(DataDependenceGraph *DG) { 539 static NodeRef getEntryNode(NodeRef N) { return N; } 557 static NodeRef getEntryNode(const DataDependenceGraph *DG) {
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanCFG.h | 131 static NodeRef getEntryNode(VPBlockDeepTraversalWrapper<VPBlockBase *> N) { 150 getEntryNode(VPBlockDeepTraversalWrapper<const VPBlockBase *> N) { 177 static NodeRef getEntryNode(VPBlockShallowTraversalWrapper<VPBlockBase *> N) { 196 getEntryNode(VPBlockShallowTraversalWrapper<const VPBlockBase *> N) { 244 static NodeRef getEntryNode(NodeRef N) { return N; } 259 static NodeRef getEntryNode(NodeRef N) { return N; } 277 static NodeRef getEntryNode(Inverse<NodeRef> B) { 295 static NodeRef getEntryNode(GraphRef N) { return N->getEntry(); }
|
| H A D | VPlanDominatorTree.h | 31 static NodePtr getEntryNode(ParentPtr Parent) { return Parent->getEntry(); }
|
| /openbsd-src/gnu/llvm/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 | 188 static NodeRef getEntryNode(const MachineLoop *L) { return L; } 197 static NodeRef getEntryNode(MachineLoop *L) { return L; }
|
| H A D | MachineDominators.h | 264 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function 285 static NodeRef getEntryNode(MachineDominatorTree *DT) {
|
| H A D | MachineCFGPrinter.h | 33 static NodeRef getEntryNode(DOTMachineFuncInfo *CFGInfo) {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | CFG.h | 304 static NodeRef getEntryNode(BasicBlock *BB) { return BB; } 313 static NodeRef getEntryNode(const BasicBlock *BB) { return BB; } 328 static NodeRef getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; } 337 static NodeRef getEntryNode(Inverse<const BasicBlock *> G) { return G.Graph; } 351 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); } 368 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); } 391 static NodeRef getEntryNode(Inverse<Function *> G) { 397 static NodeRef getEntryNode(Inverse<const Function *> G) {
|
| H A D | Dominators.h | 244 static NodeRef getEntryNode(NodeRef N) { return N; } 249 return df_begin(getEntryNode(N)); 252 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); } 267 static NodeRef getEntryNode(DominatorTree *DT) { return DT->getRootNode(); } 270 return df_begin(getEntryNode(N)); 274 return df_end(getEntryNode(N));
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | Dominators.h | 284 static NodeRef getEntryNode(NodeRef N) { return N; } 292 return nodes_iterator(df_begin(getEntryNode(N))); 296 return nodes_iterator(df_end(getEntryNode(N))); 302 static NodeRef getEntryNode(clang::CFGDomTree *DT) { 307 return nodes_iterator(df_begin(getEntryNode(N))); 311 return nodes_iterator(df_end(getEntryNode(N)));
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | ProfiledCallGraph.h | 128 ProfiledCallGraphNode *getEntryNode() { return &Root; } in getEntryNode() function 190 static NodeRef getEntryNode(NodeRef PCGN) { return PCGN; } 198 static NodeRef getEntryNode(ProfiledCallGraph *PCG) { 199 return PCG->getEntryNode();
|
| /openbsd-src/gnu/llvm/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; }
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | CallGraph.h | 248 static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; } 258 static NodeType *getEntryNode(const clang::CallGraphNode *CGN) { return CGN; } 265 static NodeType *getEntryNode(clang::CallGraph *CGN) { 291 static NodeType *getEntryNode(const clang::CallGraph *CGN) {
|
| H A D | CFG.h | 1494 static NodeRef getEntryNode(::clang::CFGBlock *BB) { return BB; } 1503 static NodeRef getEntryNode(const clang::CFGBlock *BB) { return BB; } 1512 static NodeRef getEntryNode(Inverse<::clang::CFGBlock *> G) { 1524 static NodeRef getEntryNode(Inverse<const ::clang::CFGBlock *> G) { 1538 static NodeRef getEntryNode(::clang::CFG *F) { return &F->getEntry(); } 1548 static NodeRef getEntryNode(const ::clang::CFG *F) { return &F->getEntry(); } 1567 static NodeRef getEntryNode(::clang::CFG *F) { return &F->getExit(); } 1576 static NodeRef getEntryNode(const ::clang::CFG *F) { return &F->getExit(); }
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelDAGToDAG.cpp | 169 Base = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in SelectADDRVTX_READ() 170 SDLoc(CurDAG->getEntryNode()), R600::ZERO, in SelectADDRVTX_READ()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.cpp | 49 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in INITIALIZE_PASS() 194 CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, LoongArch::R0, VT); in selectShiftMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineRegionInfo.cpp | 67 MachineBasicBlock *Entry = GraphTraits<MachineFunction*>::getEntryNode(&F); in recalculate()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelDAGToDAG.cpp | 295 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select() 302 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | PostOrderIterator.h | 147 return po_iterator(GT::getEntryNode(G)); in begin() 152 return po_iterator(GT::getEntryNode(G), S); in begin()
|
| H A D | DepthFirstIterator.h | 153 return df_iterator(GT::getEntryNode(G)); in begin() 159 return df_iterator(GT::getEntryNode(G), S); in begin()
|
| /openbsd-src/gnu/llvm/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()
|