Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2129 unsigned CurrentClusterBytes = MemOpa.Width.getValue().getKnownMinValue() + in clusterNeighboringMemOps() local
2135 CurrentClusterBytes = Bytes + MemOpb.Width.getValue().getKnownMinValue(); in clusterNeighboringMemOps()
2141 ClusterLength, CurrentClusterBytes)) in clusterNeighboringMemOps()
2188 CurrentClusterBytes}; in clusterNeighboringMemOps()
2191 << ", Curr cluster bytes: " << CurrentClusterBytes in clusterNeighboringMemOps()