Searched refs:buffer_colocated (Results 1 – 2 of 2) sorted by relevance
585 for (const BufferType* buffer_colocated : item->colocations) { in GetTransitiveColocations() local586 if (result.insert(buffer_colocated).second) { in GetTransitiveColocations()587 worklist.push_back(&buffer_intervals_.at(buffer_colocated)); in GetTransitiveColocations()
1158 for (const HloValue* buffer_colocated : item->colocations) { in GetSortedColocatedIntervals() local1159 worklist.push_back(&buffer_intervals_.at(buffer_colocated)); in GetSortedColocatedIntervals()