Searched refs:OpcodeAndConfig (Results 1 – 1 of 1) sorted by relevance
256 struct OpcodeAndConfig { in stabilize() struct257 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() function264 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument265 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument267 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize()274 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize()281 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize()306 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()