Searched refs:nodes_begin (Results 1 - 25 of 38) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DStmtGraphTraits.h40 static nodes_iterator nodes_begin(clang::Stmt* S) { function in struct:llvm::GraphTraits
66 static nodes_iterator nodes_begin(const clang::Stmt* S) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DGraphTraits.h54 // static nodes_iterator nodes_begin(GraphType *G)
111 return make_range(GraphTraits<GraphType>::nodes_begin(G),
117 return make_range(GraphTraits<Inverse<GraphType>>::nodes_begin(G),
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h147 static nodes_iterator nodes_begin(MachineRegionInfo *RI) { function in struct:llvm::GraphTraits
166 static nodes_iterator nodes_begin(MachineRegionInfoPass *RI) { function in struct:llvm::GraphTraits
167 return GraphTraits<MachineRegionInfo *>::nodes_begin(&RI->getRegionInfo());
H A DMachineCFGPrinter.h40 static nodes_iterator nodes_begin(DOTMachineFuncInfo *CFGInfo) { function in struct:llvm::GraphTraits
H A DMachineFunction.h1290 static nodes_iterator nodes_begin(MachineFunction *F) {
1307 static nodes_iterator nodes_begin(const MachineFunction *F) {
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionIterator.h296 static nodes_iterator nodes_begin(RegionT *R) { \
312 static nodes_iterator nodes_begin(RegionT *R) { \
336 static nodes_iterator nodes_begin(RegionInfo* RI) { function in struct:llvm::GraphTraits
355 static nodes_iterator nodes_begin(RegionInfoPass* RI) { function in struct:llvm::GraphTraits
356 return GraphTraits<RegionInfo*>::nodes_begin(&RI->getRegionInfo());
H A DPostDominators.h104 static nodes_iterator nodes_begin(PostDominatorTree *N) { function in struct:llvm::GraphTraits
H A DCallGraph.h492 static nodes_iterator nodes_begin(CallGraph *CG) { function in struct:GraphTraits
519 static nodes_iterator nodes_begin(const CallGraph *CG) { function in struct:GraphTraits
H A DDDG.h519 static nodes_iterator nodes_begin(DataDependenceGraph *DG) { function in struct:llvm::DDGEdge::GraphTraits
560 static nodes_iterator nodes_begin(const DataDependenceGraph *DG) { function in struct:llvm::DDGEdge::GraphTraits
H A DCFGPrinter.h110 static nodes_iterator nodes_begin(DOTFuncInfo *CFGInfo) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DImmutableGraph.h91 const Node *nodes_begin() const { return nodes().begin(); } function in class:llvm::ImmutableGraph
103 return std::distance(nodes_begin(), &N);
186 return Set.G.nodes_begin() + Current;
414 static NodeRef getEntryNode(GraphT *G) { return G->nodes_begin(); }
425 static nodes_iterator nodes_begin(GraphT *G) { function
426 return {G->nodes_begin(), &getNode};
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h278 static nodes_iterator nodes_begin(clang::CallGraph *CG) { function in struct:llvm::GraphTraits
304 static nodes_iterator nodes_begin(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
H A DCFG.h1308 iterator nodes_begin() { return iterator(Blocks.begin()); }
1316 const_iterator nodes_begin() const { return const_iterator(Blocks.begin()); }
1539 static nodes_iterator nodes_begin(::clang::CFG* F) { return F->nodes_begin();}
1550 static nodes_iterator nodes_begin( const ::clang::CFG* F) {
1551 return F->nodes_begin();
1568 static nodes_iterator nodes_begin( ::clang::CFG* F) {return F->nodes_begin();}
1578 static nodes_iterator nodes_begin(const ::clang::CFG* F) {
1579 return F->nodes_begin();
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DDominators.h291 static nodes_iterator nodes_begin(::clang::DomTreeNode *N) { function in struct:llvm::GraphTraits
306 static nodes_iterator nodes_begin(clang::CFGDomTree *N) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h398 node_iterator nodes_begin() { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
402 const_node_iterator nodes_begin() const { return Nodes.begin(); } function in class:clang::ento::ExplodedGraph
534 static nodes_iterator nodes_begin(const GraphTy G) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp55 for (ExplodedGraph::node_iterator I = G.nodes_begin();
H A DUnreachableCodeChecker.cpp62 for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end();
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDominators.h248 static nodes_iterator nodes_begin(NodeRef N) { function in struct:llvm::DomTreeGraphTraitsBase
269 static nodes_iterator nodes_begin(DominatorTree *N) { function in struct:llvm::GraphTraits
H A DCFG.h356 static nodes_iterator nodes_begin(Function *F) { function in struct:llvm::GraphTraits
373 static nodes_iterator nodes_begin(const Function *F) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h202 static ChildIteratorType nodes_begin(ProfiledCallGraph *PCG) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h297 static nodes_iterator nodes_begin(GraphRef N) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp105 static nodes_iterator nodes_begin(const MachineBlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp115 static nodes_iterator nodes_begin(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
H A DCallPrinter.cpp133 static nodes_iterator nodes_begin(CallGraphDOTInfo *CGInfo) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp488 static nodes_iterator nodes_begin(const ModuleManager &Manager) { function in struct:llvm::GraphTraits

Completed in 310 milliseconds

12