Searched refs:nodes_end (Results 1 - 25 of 37) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DStmtGraphTraits.h44 static nodes_iterator nodes_end(clang::Stmt* S) { function in struct:llvm::GraphTraits
70 static nodes_iterator nodes_end(const clang::Stmt* S) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DGraphTraits.h55 // static nodes_iterator nodes_end (GraphType *G)
112 GraphTraits<GraphType>::nodes_end(G));
118 GraphTraits<Inverse<GraphType>>::nodes_end(G));
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h151 static nodes_iterator nodes_end(MachineRegionInfo *RI) { function in struct:llvm::GraphTraits
170 static nodes_iterator nodes_end(MachineRegionInfoPass *RI) { function in struct:llvm::GraphTraits
171 return GraphTraits<MachineRegionInfo *>::nodes_end(&RI->getRegionInfo());
H A DMachineCFGPrinter.h44 static nodes_iterator nodes_end(DOTMachineFuncInfo *CFGInfo) { function in struct:llvm::GraphTraits
H A DMachineFunction.h1294 static nodes_iterator nodes_end(MachineFunction *F) {
1311 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::MachineFunction::ArgRegPair
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionIterator.h299 static nodes_iterator nodes_end(RegionT *R) { \
315 static nodes_iterator nodes_end(RegionT *R) { \
340 static nodes_iterator nodes_end(RegionInfo *RI) { function in struct:llvm::GraphTraits
359 static nodes_iterator nodes_end(RegionInfoPass *RI) { function in struct:llvm::GraphTraits
360 return GraphTraits<RegionInfo*>::nodes_end(&RI->getRegionInfo());
H A DPostDominators.h108 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
H A DCallGraph.h496 static nodes_iterator nodes_end(CallGraph *CG) { function in struct:GraphTraits
523 static nodes_iterator nodes_end(const CallGraph *CG) { function in struct:GraphTraits
H A DDDG.h522 static nodes_iterator nodes_end(DataDependenceGraph *DG) { return DG->end(); } function in struct:llvm::DDGEdge::GraphTraits
563 static nodes_iterator nodes_end(const DataDependenceGraph *DG) { function in struct:llvm::DDGEdge::GraphTraits
H A DCFGPrinter.h114 static nodes_iterator nodes_end(DOTFuncInfo *CFGInfo) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h282 static nodes_iterator nodes_end (clang::CallGraph *CG) { function in struct:llvm::GraphTraits
308 static nodes_iterator nodes_end(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
H A DCFG.h1309 iterator nodes_end() { return iterator(Blocks.end()); }
1317 const_iterator nodes_end() const { return const_iterator(Blocks.end()); }
1540 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); }
1554 static nodes_iterator nodes_end( const ::clang::CFG* F) {
1555 return F->nodes_end();
1569 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); }
1582 static nodes_iterator nodes_end(const ::clang::CFG* F) {
1583 return F->nodes_end();
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DDominators.h295 static nodes_iterator nodes_end(::clang::DomTreeNode *N) { function in struct:llvm::GraphTraits
310 static nodes_iterator nodes_end(clang::CFGDomTree *N) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h400 node_iterator nodes_end() { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
404 const_node_iterator nodes_end() const { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
538 static nodes_iterator nodes_end(const GraphTy G) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp56 I != G.nodes_end(); ++I) {
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.h252 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); } function in struct:llvm::DomTreeGraphTraitsBase
273 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
H A DCFG.h360 static nodes_iterator nodes_end(Function *F) { function in struct:llvm::GraphTraits
377 static nodes_iterator nodes_end(const Function *F) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DImmutableGraph.h92 const Node *nodes_end() const { return nodes().end(); } function in class:llvm::ImmutableGraph
428 static nodes_iterator nodes_end(GraphT *G) { function
429 return {G->nodes_end(), &getNode};
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h206 static ChildIteratorType nodes_end(ProfiledCallGraph *PCG) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h301 static nodes_iterator nodes_end(GraphRef N) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp109 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp119 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
H A DCallPrinter.cpp136 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp492 static nodes_iterator nodes_end(const ModuleManager &Manager) { function in struct:llvm::GraphTraits

Completed in 305 milliseconds

12