reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1273 if (!LIS.isNotInMIMap(*I) &&
lib/CodeGen/MachineVerifier.cpp1515 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)) {