Searched refs:GetSSAConsumers (Results 1 – 3 of 3) sorted by relevance
67 std::vector<InstructionNode*>* used_in = instruction->GetSSAConsumers(); in ToDotSSAEdges()99 std::vector<InstructionNode*>* used_in = instruction->GetSSAConsumers(); in ToDotSSAEdges()
179 std::vector<InstructionNode*>* consumers = (*instruction_it)->GetSSAConsumers(); in ComputeTypes()
76 std::vector<InstructionNode*>* GetSSAConsumers() { in GetSSAConsumers() function