Searched refs:LoadClusterMutation (Results 1 – 1 of 1) sorted by relevance
1289 class LoadClusterMutation : public ScheduleDAGMutation { class1305 LoadClusterMutation(const TargetInstrInfo *tii, in LoadClusterMutation() function in __anond1ea022a0211::LoadClusterMutation1315 void LoadClusterMutation::clusterNeighboringLoads(ArrayRef<SUnit*> Loads, in clusterNeighboringLoads()1317 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords; in clusterNeighboringLoads()1361 void LoadClusterMutation::apply(ScheduleDAGMI *DAG) { in apply()2980 DAG->addMutation(make_unique<LoadClusterMutation>(DAG->TII, DAG->TRI)); in createGenericSchedLive()