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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1595 unsigned ClusterLength = 1; local
1601 ++ClusterLength;
1603 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength,
1607 ClusterLength = 1;
1619 ClusterLength = 1;
1639 LLVM_DEBUG(dbgs() << " Curr cluster length: " << ClusterLength

Completed in 159 milliseconds