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

References

include/llvm/MCA/Instruction.h
  300   bool startsAfter(const CycleSegment &CS) const { return End <= CS.Begin; }
  301   bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; }
  302   bool overlaps(const CycleSegment &CS) const {
  307   bool operator<(const CycleSegment &Other) const {
  310   CycleSegment &operator--(void) {
  338   CycleSegment CS;
  340   ResourceUsage(CycleSegment Cycles, unsigned Units = 1)
lib/MCA/HardwareUnits/ResourceManager.cpp
  301     const CycleSegment &CS = R.second.CS;
lib/MCA/InstrBuilder.cpp
   88     CycleSegment RCy(0, PRE->Cycles, false);