Searched refs:OpcodeAndConfig (Results 1 – 1 of 1) sorted by relevance
255 struct OpcodeAndConfig { in stabilize() struct256 explicit OpcodeAndConfig(const Benchmark &IB) in stabilize() function263 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument264 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument266 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize()273 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize()280 const OpcodeAndConfig &Key = OpcodeConfigToClusterID.first; in stabilize()305 return OpcodeAndConfig(Points_[P]) != Key; in stabilize()