Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInitUndef.cpp90 bool fixupIllOperand(MachineInstr *MI, MachineOperand &MO);
127 Changed |= fixupIllOperand(MI, UseMO); in handleReg()
197 bool InitUndef::fixupIllOperand(MachineInstr *MI, MachineOperand &MO) { in fixupIllOperand() function in InitUndef