Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h221 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1653 bool mapped = !LiveInts->isNotInMIMap(*MI); in visitMachineInstrBefore()
2045 LiveInts && !LiveInts->isNotInMIMap(*MI)) { in visitMachineOperand()
2177 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
2285 if (LiveInts && !LiveInts->isNotInMIMap(*MI)) { in checkLiveness()
H A DTwoAddressInstructionPass.cpp291 if (LIS && Reg.isVirtual() && !LIS->isNotInMIMap(*MI)) { in isPlainlyKilled()
H A DLiveDebugVariables.cpp1543 if (!LIS.isNotInMIMap(*I) && in findNextInsertLocation()