Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1554 class StoreClusterMutation : public BaseMemOpClusterMutation { class
1556 StoreClusterMutation(const TargetInstrInfo *tii, in StoreClusterMutation() function in __anoncb3a58780311::StoreClusterMutation
1581 return EnableMemOpCluster ? std::make_unique<StoreClusterMutation>(TII, TRI) in createStoreClusterDAGMutation()