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

References

lib/CodeGen/RegAllocGreedy.cpp
 2929                     << '(' << printReg(PhysReg, TRI) << ")\n");
 2946     if (CurrPhys != PhysReg && (!MRI->getRegClass(Reg)->contains(PhysReg) ||
 2946     if (CurrPhys != PhysReg && (!MRI->getRegClass(Reg)->contains(PhysReg) ||
 2947                                 Matrix->checkInterference(LI, PhysReg)))
 2958     if (CurrPhys != PhysReg) {
 2961       BlockFrequency NewCopiesCost = getBrokenHintFreq(Info, PhysReg);
 2975       Matrix->assign(LI, PhysReg);