Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h222 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1915 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
2377 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2541 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
2655 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
H A DTwoAddressInstructionPass.cpp331 if (LIS && !LIS->isNotInMIMap(*MI)) { in isPlainlyKilled()
H A DLiveDebugVariables.cpp1648 if (!LIS.isNotInMIMap(*I) && in findNextInsertLocation()