Searched refs:source_it (Results 1 – 5 of 5) sorted by relevance
211 auto source_it = id_node_map.find(edge.source()->id()); in EmitRows() local212 if (source_it == id_node_map.end()) in EmitRows()215 static_cast<tables::MemorySnapshotNodeTable::Id>(source_it->second); in EmitRows()
818 uint32_t source_it = hdma->Instance->CCR; in HAL_DMA_IRQHandler() local821 …if ((RESET != (flag_it & (DMA_FLAG_HT1 << hdma->ChannelIndex))) && (RESET != (source_it & DMA_IT_H… in HAL_DMA_IRQHandler()843 …else if ((RESET != (flag_it & (DMA_FLAG_TC1 << hdma->ChannelIndex))) && (RESET != (source_it & DMA… in HAL_DMA_IRQHandler()867 …else if (( RESET != (flag_it & (DMA_FLAG_TE1 << hdma->ChannelIndex))) && (RESET != (source_it & DM… in HAL_DMA_IRQHandler()
257 auto source_it = hlo_replication_.find(source); in ComputeHloReplicationOnComputation() local258 if (source_it == hlo_replication_.end()) { in ComputeHloReplicationOnComputation()262 ShapeTree<HloReplication>(source_it->second), dest); in ComputeHloReplicationOnComputation()
318 auto source_it = nodes_by_id.find(edge->source); in AddEdges() local321 if (source_it == nodes_by_id.end()) { in AddEdges()334 global_graph->AddNodeOwnershipEdge(source_it->second, target_it->second, in AddEdges()