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

Definitions

include/llvm/CodeGen/MachineTraceMetrics.h
   81   unsigned getSparseSetIndex() const { return RegUnit; }
include/llvm/CodeGen/RegisterPressure.h
  269     unsigned getSparseSetIndex() const {
include/llvm/CodeGen/ScheduleDAGInstrs.h
   60     unsigned getSparseSetIndex() const {
   83     unsigned getSparseSetIndex() const { return Reg; }
lib/CodeGen/RegAllocFast.cpp
   92       unsigned getSparseSetIndex() const {
lib/CodeGen/ScheduleDAGInstrs.cpp
 1232     unsigned getSparseSetIndex() const { return NodeID; }
unittests/ADT/SparseMultiSetTest.cpp
  210   unsigned getSparseSetIndex() const { return Value - 1000; }
unittests/ADT/SparseSetTest.cpp
  163   unsigned getSparseSetIndex() const { return Value - 1000; }