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

References

lib/CodeGen/RegAllocBasic.cpp
  262   AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix);
  265     switch (Matrix->checkInterference(VirtReg, PhysReg)) {
  284     if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs))
  287     assert(!Matrix->checkInterference(VirtReg, *PhysRegI) &&
  294   LLVM_DEBUG(dbgs() << "spilling: " << VirtReg << '\n');
  295   if (!VirtReg.isSpillable())
  297   LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats);