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

References

lib/CodeGen/LiveDebugVariables.cpp
 1273     if (!LIS.isNotInMIMap(*I) &&
lib/CodeGen/MachineVerifier.cpp
 1515     bool mapped = !LiveInts->isNotInMIMap(*MI);
 1829         LiveInts && !LiveInts->isNotInMIMap(*MI)) {
 1956     if (LiveInts && !LiveInts->isNotInMIMap(*MI)) {
 2068     if (LiveInts && !LiveInts->isNotInMIMap(*MI)) {
lib/CodeGen/TwoAddressInstructionPass.cpp
  430   if (LIS && Register::isVirtualRegister(Reg) && !LIS->isNotInMIMap(*MI)) {