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

References

lib/CodeGen/RegAllocGreedy.cpp
 1690   bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg));
 2023   bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg));
 2090   if (!RegClassInfo.isProperSubClass(CurRC))
lib/CodeGen/RegisterCoalescer.cpp
 1918   if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC()))