Home
last modified time | relevance | path

Searched refs:SUnit2ClusterInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1602 DenseMap<unsigned, std::pair<unsigned, unsigned>> SUnit2ClusterInfo; in clusterNeighboringMemOps() local
1615 if (!SUnit2ClusterInfo.count(MemOpRecords[NextIdx].SU->NodeNum) && in clusterNeighboringMemOps()
1626 if (SUnit2ClusterInfo.count(MemOpa.SU->NodeNum)) { in clusterNeighboringMemOps()
1627 ClusterLength = SUnit2ClusterInfo[MemOpa.SU->NodeNum].first + 1; in clusterNeighboringMemOps()
1629 SUnit2ClusterInfo[MemOpa.SU->NodeNum].second + MemOpb.Width; in clusterNeighboringMemOps()
1677 SUnit2ClusterInfo[MemOpb.SU->NodeNum] = {ClusterLength, in clusterNeighboringMemOps()