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.h242 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2331 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
2792 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2974 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
3093 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
H A DLiveDebugVariables.cpp1695 if (!LIS.isNotInMIMap(*I) && in findNextInsertLocation()
H A DTwoAddressInstructionPass.cpp404 if (LIS && !LIS->isNotInMIMap(*MI)) { in isPlainlyKilled()