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

References

lib/Target/AVR/AVRFrameLowering.cpp
  252     bool IsNotLiveIn = !MBB.isLiveIn(Reg);
  254     assert(TRI->getRegSizeInBits(*TRI->getMinimalPhysRegClass(Reg)) == 8 &&
  261       MBB.addLiveIn(Reg);
  266         .addReg(Reg, getKillRegState(IsNotLiveIn))