Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize() local
261 SmallSet<ClusterId, 1> &ClusterIDsOfOpcode = OpcodeConfigToClusterIDs[Key]; in stabilize()
265 for (const auto &OpcodeConfigToClusterID : OpcodeConfigToClusterIDs) { in stabilize()