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

References

include/llvm/CodeGen/LivePhysRegs.h
   50   using RegisterSet = SparseSet<MCPhysReg, identity<MCPhysReg>>;
include/llvm/CodeGen/ScheduleDAGInstrs.h
   90       SparseMultiSet<PhysRegSUOper, identity<unsigned>, uint16_t>;
lib/CodeGen/IfConversion.cpp
 1480   SparseSet<MCPhysReg, identity<MCPhysReg>> LiveBeforeMI;
lib/CodeGen/RegAllocFast.cpp
  134     using RegUnitSet = SparseSet<uint16_t, identity<uint16_t>>;