Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1328 unsigned ClusterLength = 1; in clusterNeighboringLoads() local
1331 ClusterLength = 1; in clusterNeighboringLoads()
1337 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength) in clusterNeighboringLoads()
1353 ++ClusterLength; in clusterNeighboringLoads()
1356 ClusterLength = 1; in clusterNeighboringLoads()