Home
last modified time | relevance | path

Searched refs:isNotInMIMap (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h215 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1755 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
2178 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2331 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
2433 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
H A DTwoAddressInstructionPass.cpp292 if (LIS && Reg.isVirtual() && !LIS->isNotInMIMap(*MI)) { in isPlainlyKilled()
H A DLiveDebugVariables.cpp1644 if (!LIS.isNotInMIMap(*I) && in findNextInsertLocation()