Searched refs:consumers (Results 1 – 1 of 1) sorted by relevance
179 std::vector<InstructionNode*>* consumers = (*instruction_it)->GetSSAConsumers(); in ComputeTypes() local180 for (std::vector<InstructionNode*>::iterator consumer = consumers->begin(); in ComputeTypes()181 consumer != consumers->end(); consumer++) { in ComputeTypes()