Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp327 MachineInstr *LastPartDef = nullptr; in HandlePhysRegKill() local
338 LastPartDef = Def; in HandlePhysRegKill()
385 if (LastPartDef) in HandlePhysRegKill()
387 LastPartDef->addOperand(MachineOperand::CreateReg(Reg, false/*IsDef*/, in HandlePhysRegKill()