Searched defs:nodes_end (Results 1 – 7 of 7) sorted by relevance
159 static nodes_iterator nodes_end(NodeType *N) { in nodes_end() function
336 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function340 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
75 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
69 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
453 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function
849 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } in nodes_end() function853 const_graph_iterator nodes_end() const { in nodes_end() function
399 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function