reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-exegesis/lib/Analysis.cpp
  136   const MCInst &MCI = Point.keyInstruction();
  225     const MCInst &MCI = Point.keyInstruction();
tools/llvm-exegesis/lib/Clustering.cpp
  192     const unsigned Opcode = Point.keyInstruction().getOpcode();
  243         : Opcode(IB.keyInstruction().getOpcode()), Config(&IB.Key.Config) {}