Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1786 bool ReorderWhileClustering; member in __anon86c4b1480511::BaseMemOpClusterMutation
1791 bool ReorderWhileClustering) in BaseMemOpClusterMutation() argument
1793 ReorderWhileClustering(ReorderWhileClustering) {} in BaseMemOpClusterMutation()
1810 bool ReorderWhileClustering) in StoreClusterMutation() argument
1811 : BaseMemOpClusterMutation(tii, tri, false, ReorderWhileClustering) {} in StoreClusterMutation()
1817 bool ReorderWhileClustering) in LoadClusterMutation() argument
1818 : BaseMemOpClusterMutation(tii, tri, true, ReorderWhileClustering) {} in LoadClusterMutation()
1828 bool ReorderWhileClustering) { in createLoadClusterDAGMutation() argument
1830 TII, TRI, ReorderWhileClustering) in createLoadClusterDAGMutation()
1837 bool ReorderWhileClustering) { in createStoreClusterDAGMutation() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1365 bool ReorderWhileClustering = false);
1372 bool ReorderWhileClustering = false);