Searched defs:nodes_begin (Results 1 – 5 of 5) sorted by relevance
64 static nodes_iterator nodes_begin(const BlockFrequencyInfo *G) { in nodes_begin() function
336 node_iterator nodes_begin() { return Nodes.begin(); } in nodes_begin() function340 const_node_iterator nodes_begin() const { return Nodes.begin(); } in nodes_begin() function
418 static nodes_iterator nodes_begin(const ModuleManager &Manager) { in nodes_begin() function
746 graph_iterator nodes_begin() { return graph_iterator(Blocks.begin()); } in nodes_begin() function748 const_graph_iterator nodes_begin() const { in nodes_begin() function
399 static ChildIteratorType nodes_begin(ArgumentGraph *AG) { in nodes_begin() function