reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-exegesis/lib/Clustering.cpp
  212         Clusters_.size(), /*IsUnstable=*/!areAllNeighbours(PointsOfOpcode)));
  215     for_each(PointsOfOpcode, [this, &CurrentCluster](size_t P) {
  219     CurrentCluster.PointIndices.reserve(PointsOfOpcode.size());
  220     CurrentCluster.PointIndices.assign(PointsOfOpcode.begin(),
  221                                        PointsOfOpcode.end());
  222     assert(CurrentCluster.PointIndices.size() == PointsOfOpcode.size());