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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1029 unsigned ClusterLength = 1; local
1032 ClusterLength = 1;
1038 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength)
1054 ++ClusterLength;
1057 ClusterLength = 1;

Completed in 42 milliseconds