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

References

lib/CodeGen/RegAllocGreedy.cpp
  876   if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg)
  879   bool IsLocal = LIS->intervalIsInOneMBB(VirtReg);
  888   unsigned Cascade = ExtraRegInfo[VirtReg.reg].Cascade;
  894     LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
  920       bool Urgent = !VirtReg.isSpillable() &&
  922          RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(VirtReg.reg)) <
  944       if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))