Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.cpp242 struct OpcodeAndConfig { in stabilize() struct
243 explicit OpcodeAndConfig(const InstructionBenchmark &IB) in stabilize() function
250 bool operator<(const OpcodeAndConfig &O) const { return Tie() < O.Tie(); } in stabilize() argument
251 bool operator!=(const OpcodeAndConfig &O) const { return Tie() != O.Tie(); } in stabilize() argument
253 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()