Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1561 class LoadClusterMutation : public BaseMemOpClusterMutation { class
1563 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) in LoadClusterMutation() function in __anoncb3a58780311::LoadClusterMutation
1574 return EnableMemOpCluster ? std::make_unique<LoadClusterMutation>(TII, TRI) in createLoadClusterDAGMutation()