HomeSort by: relevance | last modified time | path
    Searched refs:CurrentCluster (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Clustering.cpp 144 Cluster &CurrentCluster = Clusters_.back();
145 ClusterIdForPoint_[P] = CurrentCluster.Id; /* Label initial point */
146 CurrentCluster.PointIndices.push_back(P);
158 ClusterIdForPoint_[Q] = CurrentCluster.Id;
159 CurrentCluster.PointIndices.push_back(Q);
166 ClusterIdForPoint_[Q] = CurrentCluster.Id;
167 CurrentCluster.PointIndices.push_back(Q);
214 Cluster &CurrentCluster = Clusters_.back();
216 for_each(PointsOfOpcode, [this, &CurrentCluster](size_t P) {
217 ClusterIdForPoint_[P] = CurrentCluster.Id
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BasicBlockSections.cpp 447 unsigned CurrentCluster = 0;
483 ((unsigned)BBIndex), CurrentCluster, CurrentPosition++});
485 CurrentCluster++;
498 CurrentCluster = 0;

Completed in 16 milliseconds