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

References

lib/CodeGen/RegAllocBasic.cpp
  283        PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) {
  283        PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) {
  284     if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs))
  287     assert(!Matrix->checkInterference(VirtReg, *PhysRegI) &&
  290     return *PhysRegI;