Searched refs:buffer_colocated (Results 1 – 2 of 2) sorted by relevance
599 for (const BufferType* buffer_colocated : item->colocations) { in GetTransitiveColocations() local600 result.insert(buffer_colocated); in GetTransitiveColocations()601 worklist.push_back(&buffer_intervals_.at(buffer_colocated)); in GetTransitiveColocations()
875 for (const HloValue* buffer_colocated : item->colocations) { in GetSortedColocatedIntervals() local876 worklist.push_back(&buffer_intervals_.at(buffer_colocated)); in GetSortedColocatedIntervals()