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

Declarations

lib/CodeGen/TwoAddressInstructionPass.cpp
  131   bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef);

References

lib/CodeGen/TwoAddressInstructionPass.cpp
  643   if (!noUseAfterLastDef(regC, Dist, LastDefC))
  649   if (!noUseAfterLastDef(regB, Dist, LastDefB))