Home
last modified time | relevance | path

Searched refs:nodes_end (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/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) {
359 static nodes_iterator nodes_end(RegionInfoPass *RI) {
360 return GraphTraits<RegionInfo*>::nodes_end(&RI->getRegionInfo());
H A DPostDominators.h108 static nodes_iterator nodes_end(PostDominatorTree *N) {
H A DCallGraph.h487 static nodes_iterator nodes_end(CallGraph *CG) {
514 static nodes_iterator nodes_end(const CallGraph *CG) {
H A DDDG.h522 static nodes_iterator nodes_end(DataDependenceGraph *DG) { return DG->end(); }
563 static nodes_iterator nodes_end(const DataDependenceGraph *DG) {
H A DCFGPrinter.h113 static nodes_iterator nodes_end(DOTFuncInfo *CFGInfo) {
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtGraphTraits.h44 static nodes_iterator nodes_end(clang::Stmt* S) {
70 static nodes_iterator nodes_end(const clang::Stmt* S) {
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h151 static nodes_iterator nodes_end(MachineRegionInfo *RI) {
170 static nodes_iterator nodes_end(MachineRegionInfoPass *RI) {
171 return GraphTraits<MachineRegionInfo *>::nodes_end(&RI->getRegionInfo());
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGraphTraits.h112 GraphTraits<GraphType>::nodes_end(G));
118 GraphTraits<Inverse<GraphType>>::nodes_end(G));
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DRegionGraphTraits.h63 static nodes_iterator nodes_end(GraphType fn) {
80 static nodes_iterator nodes_end(GraphType fn) {
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1310 iterator nodes_end() { return iterator(Blocks.end()); } in nodes_end() function
1318 const_iterator nodes_end() const { return const_iterator(Blocks.end()); } in nodes_end() function
1539 static nodes_iterator nodes_end(::clang::CFG* F) { return F->nodes_end(); }
1553 static nodes_iterator nodes_end( const ::clang::CFG* F) {
1554 return F->nodes_end();
1568 static nodes_iterator nodes_end( ::clang::CFG* F) { return F->nodes_end(); }
1581 static nodes_iterator nodes_end(const ::clang::CFG* F) {
1582 return F->nodes_end();
H A DCallGraph.h282 static nodes_iterator nodes_end (clang::CallGraph *CG) {
308 static nodes_iterator nodes_end(const clang::CallGraph *CG) {
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryDomTree.h50 static nodes_iterator nodes_end(bolt::BinaryDominatorTree *N) {
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h400 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function
404 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
538 static nodes_iterator nodes_end(const GraphTy G) {
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DCallGraphTest.cpp22 auto E = GraphTraits<Ty *>::nodes_end(G); in canSpecializeGraphTraitsIterators()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DDominators.h295 static nodes_iterator nodes_end(::clang::DomTreeNode *N) {
310 static nodes_iterator nodes_end(clang::CFGDomTree *N) {
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDominators.h240 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); }
261 static nodes_iterator nodes_end(DominatorTree *N) {
H A DCFG.h360 static nodes_iterator nodes_end(Function *F) {
377 static nodes_iterator nodes_end(const Function *F) {
/llvm-project-15.0.7/polly/include/polly/
H A DScopGraphPrinter.h37 static nodes_iterator nodes_end(polly::ScopDetection *SD) {
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DImmutableGraph.h92 const Node *nodes_end() const { return nodes().end(); } in nodes_end() function
428 static nodes_iterator nodes_end(GraphT *G) {
429 return {G->nodes_end(), &getNode};
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp55 I != G.nodes_end(); ++I) { in checkEndAnalysis()
H A DUnreachableCodeChecker.cpp61 for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end(); in checkEndAnalysis()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DCallGraph.h255 static nodes_iterator nodes_end(mlir::CallGraph *cg) { return cg->end(); }
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h206 static ChildIteratorType nodes_end(ProfiledCallGraph *PCG) {
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp109 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DDirectedGraphTest.cpp87 static nodes_iterator nodes_end(DGTestGraph *DG) { return DG->end(); } in nodes_end() function

12