Searched refs:points_to (Results 1 – 3 of 3) sorted by relevance
51 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsAmbiguous() argument52 ambiguous |= points_to.size() > 1; in IsAmbiguous()60 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsDistinct() argument61 for (auto& buffer : points_to) { in IsDistinct()232 [&](const ShapeIndex& target_index, PointsToSet::BufferList* points_to) { in HandleGetTupleElement() argument241 *points_to = operand_points_to_set.element(src_index); in HandleGetTupleElement()340 const PointsToSet::BufferList& points_to) { in HandleSend() argument345 *points_to_set.mutable_element(target_index) = points_to; in HandleSend()374 const PointsToSet::BufferList& points_to) { in HandleTuple() argument381 *points_to_set.mutable_element(target_index) = points_to; in HandleTuple()[all …]
141 const PointsToSet& points_to = in RunComputation() local143 const PointsToSet::BufferSet& buffer_set = points_to.CreateFlattenedSet(); in RunComputation()154 for (const BufferValue* buffer : points_to.element({})) { in RunComputation()
70 const auto& points_to = points_to_analysis.GetPointsToSet(instruction); in AddBufferToColocatedSet() local71 DCHECK(!points_to.IsAmbiguous()); in AddBufferToColocatedSet()72 colocated_set->push_back(points_to.element(index)[0]); in AddBufferToColocatedSet()