Searched refs:process_node_graphs_ (Results 1 – 2 of 2) sorted by relevance
40 auto id_to_node_iterator = process_node_graphs_.emplace( in CreateGraphForProcess()61 for (auto it = process_node_graphs_.rbegin(); in VisitInDepthFirstPreOrder()62 it != process_node_graphs_.rend(); it++) { in VisitInDepthFirstPreOrder()71 for (auto it = process_node_graphs_.rbegin(); in VisitInDepthFirstPostOrder()72 it != process_node_graphs_.rend(); it++) { in VisitInDepthFirstPostOrder()
294 return process_node_graphs_; in process_node_graphs()308 ProcessNodeGraphMap process_node_graphs_; variable