Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp137 static cl::opt<bool> EnableMemOpCluster("misched-cluster", cl::Hidden, variable
1580 return EnableMemOpCluster ? std::make_unique<LoadClusterMutation>(TII, TRI) in createLoadClusterDAGMutation()
1587 return EnableMemOpCluster ? std::make_unique<StoreClusterMutation>(TII, TRI) in createStoreClusterDAGMutation()