Searched refs:node_vec (Results 1 – 6 of 6) sorted by relevance
140 node_vec packed_ops;
351 for (node_vec::iterator I = all_nodes.begin(), E = all_nodes.end(); in ~shader()
1169 typedef std::vector<node*> node_vec; typedef
356 for (node_vec::iterator N, I = packed_ops.begin(); in discard_slots()
1929 gtl::InlinedVector<Node*, 4>* node_vec; in FunctionBody() local1931 node_vec = &this->ret_nodes; in FunctionBody()1933 node_vec = &this->arg_nodes; in FunctionBody()1940 CHECK_LT(index, node_vec->size()); in FunctionBody()1941 (*node_vec)[index] = n; in FunctionBody()
781 const std::vector<NodeDef*>& node_vec) { in ComputeScopeTree() argument783 for (NodeDef* n : node_vec) { in ComputeScopeTree()