Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCPreEmitPeephole.cpp532 MachineInstr *CRSetMI = nullptr; in runOnMachineFunction() local
542 CRSetMI = &*It; in runOnMachineFunction()
548 if (!CRSetMI) continue; in runOnMachineFunction()
550 unsigned CRSetOp = CRSetMI->getOpcode(); in runOnMachineFunction()
588 InstrsToErase.push_back(CRSetMI); in runOnMachineFunction()