Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1279 unsigned ClusterLength = 1; in clusterNeighboringLoads() local
1282 ClusterLength = 1; in clusterNeighboringLoads()
1288 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength) in clusterNeighboringLoads()
1304 ++ClusterLength; in clusterNeighboringLoads()
1307 ClusterLength = 1; in clusterNeighboringLoads()