Searched refs:show_nodes (Results 1 – 4 of 4) sorted by relevance
149 std::vector<ScopeNode*> show_nodes; in PrintScope() local187 show_nodes.push_back(node); in PrintScope()189 show_nodes.insert(show_nodes.end(), show_cnodes.begin(), in PrintScope()193 return show_nodes; in PrintScope()
163 std::vector<GraphNode*> show_nodes; in PrintGraph() local204 show_nodes.push_back(node); in PrintGraph()206 show_nodes.insert(show_nodes.end(), show_cnodes.begin(), in PrintGraph()210 return show_nodes; in PrintGraph()
147 std::vector<OpNode*> show_nodes; in ShowInternal() local155 if (n->show) show_nodes.push_back(n); in ShowInternal()159 for (auto it = show_nodes.rbegin(); it != show_nodes.rend(); ++it) { in ShowInternal()175 for (OpNode* node : show_nodes) { in ShowInternal()184 for (auto& show_node : show_nodes) { in ShowInternal()
578 std::vector<CodeNode*> show_nodes; in PrintScope() local603 show_nodes.push_back(node); in PrintScope()605 show_nodes.insert(show_nodes.end(), show_cnodes.begin(), in PrintScope()609 return show_nodes; in PrintScope()