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

References

lib/CodeGen/RegAllocFast.cpp
  522   markRegUsedInInstr(PhysReg);
  523   switch (unsigned VirtReg = PhysRegState[PhysReg]) {
  531     setPhysRegState(PhysReg, NewState);
  536   setPhysRegState(PhysReg, NewState);
  537   for (MCRegAliasIterator AI(PhysReg, TRI, false); AI.isValid(); ++AI) {
  548       if (TRI->isSuperRegister(PhysReg, Alias))