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

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

Completed in 58 milliseconds