Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h232 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2201 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
2663 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2827 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
2941 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
H A DLiveDebugVariables.cpp1648 if (!LIS.isNotInMIMap(*I) && in findNextInsertLocation()
H A DTwoAddressInstructionPass.cpp404 if (LIS && !LIS->isNotInMIMap(*MI)) { in isPlainlyKilled()