Searched refs:node_vec (Results 1 – 6 of 6) sorted by relevance
33 gtl::InlinedVector<Node*, 4>* node_vec; in FunctionBody() local36 node_vec = &this->ret_nodes; in FunctionBody()39 node_vec = &this->arg_nodes; in FunctionBody()46 CHECK_LT(index, node_vec->size()); in FunctionBody()47 (*node_vec)[index] = n; in FunctionBody()
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()
1029 const std::vector<NodeDef*>& node_vec) { in ComputeScopeTree() argument1031 for (NodeDef* n : node_vec) { in ComputeScopeTree()