Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1746 bool ReorderWhileClustering; member in __anon83be91fe0511::BaseMemOpClusterMutation
1751 bool ReorderWhileClustering) in BaseMemOpClusterMutation() argument
1753 ReorderWhileClustering(ReorderWhileClustering) {} in BaseMemOpClusterMutation()
1770 bool ReorderWhileClustering) in StoreClusterMutation() argument
1777 bool ReorderWhileClustering) in LoadClusterMutation() argument
1778 : BaseMemOpClusterMutation(tii, tri, true, ReorderWhileClustering) {} in LoadClusterMutation()
1788 bool ReorderWhileClustering) { in createLoadClusterDAGMutation() argument
1790 TII, TRI, ReorderWhileClustering) in createLoadClusterDAGMutation()
1797 bool ReorderWhileClustering) { in createStoreClusterDAGMutation() argument
1799 TII, TRI, ReorderWhileClustering) in createStoreClusterDAGMutation()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1355 bool ReorderWhileClustering = false);
1362 bool ReorderWhileClustering = false);