Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp256 struct OpcodeAndConfig { in stabilize() struct
257 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() argument
264 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument
265 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument
267 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()