Lines Matching defs:Cluster
56 static cl::opt<bool> EnableLoadCluster("misched-cluster", cl::Hidden,
772 // LoadClusterMutation - DAG post-processing to cluster loads.
776 /// \brief Post-process the DAG to create cluster edges between neighboring
833 && DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) {
835 DEBUG(dbgs() << "Cluster loads SU(" << SUa->NodeNum << ") - SU("
855 /// \brief Callback from DAG postProcessing to create cluster edges for loads.
892 /// \brief Post-process the DAG to create cluster edges between instructions
903 /// \brief Callback from DAG postProcessing to create cluster edges to encourage
922 bool Success = DAG->addEdge(&DAG->ExitSU, SDep(SU, SDep::Cluster));
1127 NoCand, PhysRegCopy, RegExcess, RegCritical, Cluster, Weak, RegMax,
2150 TryCand, Cand, Cluster))
2220 case Cluster: return "CLUSTER ";