Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1562 class LoadClusterMutation : public BaseMemOpClusterMutation { class
1564 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) in LoadClusterMutation() function in __anonde6daefc0311::LoadClusterMutation
1575 return EnableMemOpCluster ? std::make_unique<LoadClusterMutation>(TII, TRI) in createLoadClusterDAGMutation()