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

References

include/llvm/CodeGen/LiveVariables.h
  211     if (!getVarInfo(reg).removeKill(MI))
  247     if (!getVarInfo(reg).removeKill(MI))
lib/CodeGen/LiveVariables.cpp
  696         bool removed = getVarInfo(Reg).removeKill(MI);
lib/CodeGen/MachineBasicBlock.cpp
  913             LV->getVarInfo(Reg).removeKill(*MI)) {
lib/CodeGen/TwoAddressInstructionPass.cpp
 1634         LV && LV->getVarInfo(RegB).removeKill(*MI)) {
lib/Target/ARM/ARMBaseInstrInfo.cpp
  295             if (VI.removeKill(MI))