Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineScheduler.cpp1567 class LoadClusterMutation : public BaseMemOpClusterMutation { class
1569 LoadClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri) in LoadClusterMutation() function in __anon94f778c40311::LoadClusterMutation
1580 return EnableMemOpCluster ? std::make_unique<LoadClusterMutation>(TII, TRI) in createLoadClusterDAGMutation()