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.cpp2037 bool ReorderWhileClustering; member in __anon86c4b1480711::BaseMemOpClusterMutation
2042 bool ReorderWhileClustering) in BaseMemOpClusterMutation() argument
2044 ReorderWhileClustering(ReorderWhileClustering) {} in BaseMemOpClusterMutation()
2061 bool ReorderWhileClustering) in StoreClusterMutation() argument
2062 : BaseMemOpClusterMutation(tii, tri, false, ReorderWhileClustering) {} in StoreClusterMutation()
2068 bool ReorderWhileClustering) in LoadClusterMutation() argument
2069 : BaseMemOpClusterMutation(tii, tri, true, ReorderWhileClustering) {} in LoadClusterMutation()
2079 bool ReorderWhileClustering) { in createLoadClusterDAGMutation() argument
2081 TII, TRI, ReorderWhileClustering) in createLoadClusterDAGMutation()
2088 bool ReorderWhileClustering) { in createStoreClusterDAGMutation() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1389 bool ReorderWhileClustering = false);
1396 bool ReorderWhileClustering = false);