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

References

lib/CodeGen/RegAllocFast.cpp
  242   PhysRegState[PhysReg] = NewState;
  389   assert(PhysRegState[LR.PhysReg] == LR.VirtReg &&
  418   assert(PhysRegState[LR.PhysReg] == LR.VirtReg && "Broken RegState mapping");
  462   switch (PhysRegState[PhysReg]) {
  466     PhysRegState[PhysReg] = regFree;
  480     switch (PhysRegState[Alias]) {
  523   switch (unsigned VirtReg = PhysRegState[PhysReg]) {
  539     switch (unsigned VirtReg = PhysRegState[Alias]) {
  565   switch (unsigned VirtReg = PhysRegState[PhysReg]) {
  587     switch (unsigned VirtReg = PhysRegState[Alias]) {
  912       if (ThroughRegs.count(PhysRegState[*AI]))
  979     if (PhysRegState[Reg] == regDisabled) continue;
  981     switch(PhysRegState[Reg]) {
  988       dbgs() << '=' << printReg(PhysRegState[Reg]);
  989       LiveRegMap::iterator LRI = findLiveVirtReg(PhysRegState[Reg]);
 1007     assert(PhysRegState[i->PhysReg] == i->VirtReg && "Bad inverse map");
 1249   PhysRegState.assign(TRI->getNumRegs(), regDisabled);