Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1546 class LoadClusterMutation : public BaseMemOpClusterMutation { class
1548 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) in LoadClusterMutation() function in __anon1997d06d0311::LoadClusterMutation
1559 return EnableMemOpCluster ? llvm::make_unique<LoadClusterMutation>(TII, TRI) in createLoadClusterDAGMutation()