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()
1179 typedef std::vector<node*> node_vec; typedef
356 for (node_vec::iterator N, I = packed_ops.begin(); in discard_slots()
2354 gtl::InlinedVector<Node*, 4>* node_vec; in FunctionBody() local2356 node_vec = &this->ret_nodes; in FunctionBody()2358 node_vec = &this->arg_nodes; in FunctionBody()2365 CHECK_LT(index, node_vec->size()); in FunctionBody()2366 (*node_vec)[index] = n; in FunctionBody()
1002 const std::vector<NodeDef*>& node_vec) { in ComputeScopeTree() argument1004 for (NodeDef* n : node_vec) { in ComputeScopeTree()