Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveIntervals.h232 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineVerifier.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()
HDTwoAddressInstructionPass.cpp404 if (LIS && !LIS->isNotInMIMap(*MI)) { in isPlainlyKilled()
HDLiveDebugVariables.cpp1648 if (!LIS.isNotInMIMap(*I) && in findNextInsertLocation()