Searched refs:OpcodeAndConfig (Results 1 – 1 of 1) sorted by relevance
242 struct OpcodeAndConfig { in stabilize() struct243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() function250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize()260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize()267 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize()292 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()