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

Declarations

lib/Target/Hexagon/HexagonHardwareLoops.cpp
   98   class CountValue;

References

lib/Target/Hexagon/HexagonHardwareLoops.cpp
  194     CountValue *getLoopTripCount(MachineLoop *L,
  204     CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start,
  565 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L,
  724 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop,
  816     return new CountValue(CountValue::CV_Immediate, Count);
  816     return new CountValue(CountValue::CV_Immediate, Count);
  984   return new CountValue(CountValue::CV_Register, CountR, CountSR);
  984   return new CountValue(CountValue::CV_Register, CountR, CountSR);
 1204   CountValue *TripCount = getLoopTripCount(L, OldInsts);