Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
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()