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

12

/external/clang/include/clang/AST/
H A DStmtGraphTraits.h48 static nodes_iterator nodes_end(clang::Stmt* S) { function in struct:llvm::GraphTraits
75 static nodes_iterator nodes_end(const clang::Stmt* S) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h154 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 DMachineFunction.h623 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
637 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
/external/llvm/unittests/Analysis/
H A DCallGraphTest.cpp23 auto E = GraphTraits<Ty *>::nodes_end(G);
/external/llvm/include/llvm/Analysis/
H A DRegionIterator.h286 static nodes_iterator nodes_end(RegionT* R) { \
300 static nodes_iterator nodes_end(RegionT* R) { \
322 static nodes_iterator nodes_end(RegionInfo *RI) { function in struct:llvm::GraphTraits
338 static nodes_iterator nodes_end(RegionInfoPass *RI) { function in struct:llvm::GraphTraits
339 return GraphTraits<RegionInfo*>::nodes_end(&RI->getRegionInfo());
H A DPostDominators.h103 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
H A DCallGraph.h469 static nodes_iterator nodes_end(CallGraph *CG) { function in struct:GraphTraits
492 static nodes_iterator nodes_end(const CallGraph *CG) { function in struct:GraphTraits
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h189 static nodes_iterator nodes_end(::clang::DomTreeNode *N) { function in struct:llvm::GraphTraits
204 static nodes_iterator nodes_end(::clang::DominatorTree *N) { function in struct:llvm::GraphTraits
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h346 node_iterator nodes_end() { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
350 const_node_iterator nodes_end() const { return Nodes.end(); } function in class:clang::ento::ExplodedGraph
474 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
500 static inline nodes_iterator nodes_end(NodeType* N) { function in struct:llvm::GraphTraits
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DPostDominators.h99 static nodes_iterator nodes_end(PostDominatorTree *N) { function in struct:llvm::GraphTraits
H A DRegionIterator.h299 static nodes_iterator nodes_end(RegionT* R) { \
313 static nodes_iterator nodes_end(RegionT* R) { \
335 static nodes_iterator nodes_end(RegionInfo *RI) { function in struct:llvm::GraphTraits
H A DCallGraph.h353 static nodes_iterator nodes_end (CallGraph *CG) { function in struct:GraphTraits
370 static nodes_iterator nodes_end (const CallGraph *CG) { return CG->end(); } function in struct:GraphTraits
/external/clang/include/clang/Analysis/
H A DCFG.h849 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } function in class:clang::CFGBlock::CFG
853 const_graph_iterator nodes_end() const { function in class:clang::CFGBlock::CFG
1065 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
1080 static nodes_iterator nodes_end( const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
1081 return F->nodes_end();
1095 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); } function in struct:clang::llvm::GraphTraits
1107 static nodes_iterator nodes_end(const ::clang::CFG* F) { function in struct:clang::llvm::GraphTraits
1108 return F->nodes_end();
[all...]
H A DCallGraph.h213 static nodes_iterator nodes_end (clang::CallGraph *CG) { function in struct:llvm::GraphTraits
239 static nodes_iterator nodes_end(const clang::CallGraph *CG) { function in struct:llvm::GraphTraits
/external/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();
/external/llvm/include/llvm/IR/
H A DCFG.h230 static nodes_iterator nodes_end (Function *F) { return F->end(); } function in struct:llvm::GraphTraits
240 static nodes_iterator nodes_end (const Function *F) { return F->end(); } function in struct:llvm::GraphTraits
H A DDominators.h172 static nodes_iterator nodes_end(NodeType *N) { function in struct:llvm::DomTreeGraphTraitsBase
196 static nodes_iterator nodes_end(DominatorTree *N) { function in struct:llvm::GraphTraits
/external/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp76 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineFunction.h439 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); } function in class:llvm::MachineFunction
452 static nodes_iterator nodes_end (const MachineFunction *F) { function in struct:llvm::GraphTraits
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCFG.h316 static nodes_iterator nodes_end (Function *F) { return F->end(); } function in struct:llvm::GraphTraits
325 static nodes_iterator nodes_end (const Function *F) { return F->end(); } function in struct:llvm::GraphTraits
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp79 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { function in struct:llvm::GraphTraits
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DRegionInfo.cpp256 return GraphTraits<FlatIt<Region*> >::nodes_end(this);
264 return GraphTraits<FlatIt<const Region*> >::nodes_end(this);
272 return GraphTraits<Region*>::nodes_end(this);
280 return GraphTraits<const Region*>::nodes_end(this);
/external/llvm/include/llvm/Support/
H A DGraphWriter.h141 for (node_iterator I = GTraits::nodes_begin(G), E = GTraits::nodes_end(G);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTrie.h297 static inline nodes_iterator nodes_end(const TrieType& G) { function in struct:llvm::GraphTraits

Completed in 8413 milliseconds

12