Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1260 unsigned ClusterLength = 1; in clusterNeighboringLoads() local
1263 ClusterLength = 1; in clusterNeighboringLoads()
1269 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength) in clusterNeighboringLoads()
1285 ++ClusterLength; in clusterNeighboringLoads()
1288 ClusterLength = 1; in clusterNeighboringLoads()