Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1289 class LoadClusterMutation : public ScheduleDAGMutation { class
1305 LoadClusterMutation(const TargetInstrInfo *tii, in LoadClusterMutation() function in __anond1ea022a0211::LoadClusterMutation
1315 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()