Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineScheduler.cpp1029 unsigned ClusterLength = 1; in clusterNeighboringLoads() local
1032 ClusterLength = 1; in clusterNeighboringLoads()
1038 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength) in clusterNeighboringLoads()
1054 ++ClusterLength; in clusterNeighboringLoads()
1057 ClusterLength = 1; in clusterNeighboringLoads()